aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/pmd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc.d/pmd.sh')
-rw-r--r--sh/shrc.d/pmd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/pmd.sh b/sh/shrc.d/pmd.sh
index 03f18b7b..c96a50bd 100644
--- a/sh/shrc.d/pmd.sh
+++ b/sh/shrc.d/pmd.sh
@@ -2,7 +2,7 @@
pmd() {
if ! [ -n "$PMD" ] ; then
printf >&2 'pmd(): Mark not set\n'
- return 2
+ return 1
fi
printf '%s\n' "$PMD"
}