diff options
| author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2010-05-12 12:13:22 -0400 |
|---|---|---|
| committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2010-05-12 12:13:22 -0400 |
| commit | 9e7222968ee53eb751de40f4dee571684b483fcf (patch) | |
| tree | 9121e02ecb1b834703a51c77bf5336a14e86b9cd /remoteusage.mdwn | |
| parent | 4f584611905cb946e6cf17935b048513c689450d (diff) | |
Quote "CACHE" variable in script.
Quote the CACHE variable, in case someone has some weird home directory with
spaces, or something else unexpected.
Diffstat (limited to 'remoteusage.mdwn')
| -rw-r--r-- | remoteusage.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |
