aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/gd.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/gd.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/gd.sh')
-rw-r--r--sh/shrc.d/gd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/gd.sh b/sh/shrc.d/gd.sh
index fa5776f2..9f6a43e7 100644
--- a/sh/shrc.d/gd.sh
+++ b/sh/shrc.d/gd.sh
@@ -8,7 +8,7 @@ gd() {
fi
# Complain if mark not actually set yet
- if ! [ -n "$PMD" ] ; then
+ if [ -z "$PMD" ] ; then
printf >&2 'gd(): Mark not set\n'
return 1
fi