aboutsummaryrefslogtreecommitdiff
path: root/bin/gms
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gms')
-rwxr-xr-xbin/gms2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gms b/bin/gms
index 1cc5b0df..01cdaa2f 100755
--- a/bin/gms
+++ b/bin/gms
@@ -20,7 +20,7 @@ uid=$(id -u) || exit
# Iterate through the getmailrc.* files in $GETMAIL if defined, or
# $HOME/.getmail if not
-for rcfile in "${GETMAIL:-$HOME/.getmail}"/getmailrc.* ; do (
+for rcfile in "${GETMAIL:-"$HOME"/.getmail}"/getmailrc.* ; do (
lockdir=${TMPDIR:-/tmp}/getmail.$uid.${rcfile##*/}.lock
mkdir -m 0700 -- "$lockdir" 2>/dev/null || exit
try -n 3 -s 15 getmail --rcfile "$rcfile" "$@"