aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-23 14:34:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-23 14:34:02 +1200
commit9bfa44cc924c0a838f1da50ddc865117a35b7053 (patch)
tree7c4339acc6db805ae0b9d7fc835b06bf7a66bd34 /sh
parentFix up ?d() functions (diff)
downloaddotfiles-9bfa44cc924c0a838f1da50ddc865117a35b7053.tar.gz
dotfiles-9bfa44cc924c0a838f1da50ddc865117a35b7053.zip
Remove commented apostrophe from within subshell
Diffstat (limited to 'sh')
-rw-r--r--sh/shrc.d/bd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/bd.sh b/sh/shrc.d/bd.sh
index 81ddedb8..14d65c3b 100644
--- a/sh/shrc.d/bd.sh
+++ b/sh/shrc.d/bd.sh
@@ -15,7 +15,7 @@ bd() {
# parent directory
req=${1:-..}
- # Strip trailing slashes if a trailing slash isn't the whole pattern
+ # Strip trailing slashes if a trailing slash is not the whole pattern
[ "$req" = / ] || req=${req%/}
# What to do now depends on the request