aboutsummaryrefslogtreecommitdiff
path: root/bin/dmp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dmp')
-rwxr-xr-xbin/dmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dmp b/bin/dmp
index 2c412081..4299771d 100755
--- a/bin/dmp
+++ b/bin/dmp
@@ -1,7 +1,7 @@
#!/bin/sh
# Get the password store directory, bail if we can't
-pwsd=${PASSWORD_STORE_DIR:-$HOME/.password-store}
+pwsd=${PASSWORD_STORE_DIR:-"$HOME"/.password-store}
pwsd=${pwsd%/}
[ -n "$pwsd" ] || exit