aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-14 20:38:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-14 20:38:47 +1200
commit8a20d15479a443c1210ee21e65d088ffbc4f6dd8 (patch)
treea151b10a08fbf3f2c217446845db78f1f33dd31b /bin
parentBind Mod4-p to dmp(1) in X11 (diff)
downloaddotfiles-8a20d15479a443c1210ee21e65d088ffbc4f6dd8.tar.gz
dotfiles-8a20d15479a443c1210ee21e65d088ffbc4f6dd8.zip
Add optional terminator to dmp(1)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dmp b/bin/dmp
index 4dd4b444..95829296 100755
--- a/bin/dmp
+++ b/bin/dmp
@@ -7,7 +7,7 @@ pwsd=${pwsd%/}
# Get the password; get all the names from find(1)
pw=$(
- cd "$pwsd" || exit
+ cd -- "$pwsd" || exit
# Get all the names from find(1)
find ./ -name \*.gpg |
# Sort them