aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/xd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc.d/xd.sh')
-rw-r--r--sh/shrc.d/xd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/xd.sh b/sh/shrc.d/xd.sh
index 7c17adea..b26d88b3 100644
--- a/sh/shrc.d/xd.sh
+++ b/sh/shrc.d/xd.sh
@@ -8,7 +8,7 @@ xd() {
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