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 c96a50bd..4b0cd5bd 100644
--- a/sh/shrc.d/pmd.sh
+++ b/sh/shrc.d/pmd.sh
@@ -1,6 +1,6 @@
# Print the marked directory
pmd() {
- if ! [ -n "$PMD" ] ; then
+ if [ -z "$PMD" ] ; then
printf >&2 'pmd(): Mark not set\n'
return 1
fi