From: Jesse Rosenthal Date: Wed, 12 May 2010 16:13:22 +0000 (-0400) Subject: Quote "CACHE" variable in script. X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=9e7222968ee53eb751de40f4dee571684b483fcf Quote "CACHE" variable in script. Quote the CACHE variable, in case someone has some weird home directory with spaces, or something else unexpected. --- diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 8ea3a51..6492dde 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -54,7 +54,7 @@ be necessary in the furture. USER="user_name" SSH_HOST="server_name" NOTMUCH_REMOTE_BIN="/path/to/notmuch/on/server" - CACHE=${HOME}/.notmuch-cache.d + CACHE="${HOME}/.notmuch-cache.d" notmuch_run () {