aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-15 12:40:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-15 12:41:29 +1200
commitcf3326c09aba491776cb662b9556c38172ce277c (patch)
treecc98257750520194acbaa95bfa4afdcd8ef591f9 /bin
parentExit from xgo(1) subshell, not continue (diff)
downloaddotfiles-cf3326c09aba491776cb662b9556c38172ce277c.tar.gz
dotfiles-cf3326c09aba491776cb662b9556c38172ce277c.zip
Ignore a shellcheck message in dmp(1)
Interesting that I have to put this above the variable assignment rather than the specific line
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dmp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dmp b/bin/dmp
index 979a3b50..b6c878f9 100755
--- a/bin/dmp
+++ b/bin/dmp
@@ -6,6 +6,7 @@ pwsd=${pwsd%/}
[ -n "$pwsd" ] || exit
# Get the password; get all the names from find(1)
+# shellcheck disable=SC2016
pw=$(
cd -- "$pwsd" || exit
# Get all the names from find(1)