aboutsummaryrefslogtreecommitdiff
path: root/contrib/gocryptfs-maybe.bash
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gocryptfs-maybe.bash')
-rwxr-xr-xcontrib/gocryptfs-maybe.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gocryptfs-maybe.bash b/contrib/gocryptfs-maybe.bash
index 78a6b2c..daf3e60 100755
--- a/contrib/gocryptfs-maybe.bash
+++ b/contrib/gocryptfs-maybe.bash
@@ -12,7 +12,7 @@
# Note that pam_mount ignores messages on stdout which is why printing
# to stdout is ok.
set -eu
-MYNAME=$(basename $0)
+MYNAME=$(basename "$0")
if [[ $# -lt 2 || $1 == -* ]]; then
echo "Usage: $MYNAME CIPHERDIR MOUNTPOINT [-o COMMA-SEPARATED-OPTIONS]" >&2
exit 1