aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/sd.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-21 10:47:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-21 10:48:28 +1200
commit26ae96f6db981dd1262cb7e0586039c2116ec3ca (patch)
tree61d0ca423ae374b37c2e0a6c766fcf601b9b43e6 /sh/shrc.d/sd.sh
parentDowngrade install-terminfo from defaults (diff)
downloaddotfiles-26ae96f6db981dd1262cb7e0586039c2116ec3ca.tar.gz
dotfiles-26ae96f6db981dd1262cb7e0586039c2116ec3ca.zip
Remove apostrophe from comment to calm pdksh
To my considerable surprise, OpenPSD pdksh sees this apostrophe within this subshell wrapper as an *open quote*!
Diffstat (limited to 'sh/shrc.d/sd.sh')
-rw-r--r--sh/shrc.d/sd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/sd.sh b/sh/shrc.d/sd.sh
index c6513aac..80ae7c12 100644
--- a/sh/shrc.d/sd.sh
+++ b/sh/shrc.d/sd.sh
@@ -43,7 +43,7 @@ sd() {
fi
# Set the positional parameters to either the requested directory, or
- # all of the current directory's siblings if no request
+ # all siblings of the current directory if no request
spec=$1
set --
if [ -n "$spec" ] ; then