]> git.cworth.org Git - notmuch-wiki/commitdiff
Quote "CACHE" variable in script.
authorJesse Rosenthal <jrosenthal@jhu.edu>
Wed, 12 May 2010 16:13:22 +0000 (12:13 -0400)
committerJesse Rosenthal <jrosenthal@jhu.edu>
Wed, 12 May 2010 16:13:22 +0000 (12:13 -0400)
Quote the CACHE variable, in case someone has some weird home directory with
spaces, or something else unexpected.

remoteusage.mdwn

index 8ea3a5174b490bc4971188ca71da2a9cc6b3e1bf..6492ddedc01efcbd6c9191b39e05241995ed873f 100644 (file)
@@ -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 ()
     {