aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/pmd.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-02 22:09:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-02 22:09:38 +1200
commite1e02dae1d6cfe6c34d1f0641349fab6eadca19c (patch)
treef11de1d64997ef90579fef04018e66350e3dfb73 /sh/shrc.d/pmd.sh
parentMerge branch 'master' into port/bsd/freebsd (diff)
parentRemove lies from mi5 (diff)
downloaddotfiles-e1e02dae1d6cfe6c34d1f0641349fab6eadca19c.tar.gz
dotfiles-e1e02dae1d6cfe6c34d1f0641349fab6eadca19c.zip
Merge branch 'master' into port/bsd/freebsd
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