]> git.cworth.org Git - notmuch-wiki/commitdiff
trivial s/$@/"$@"/ change in remoteusage.mdwn
authorTomi Ollila <tomi.ollila@iki.fi>
Fri, 20 Jan 2012 10:59:20 +0000 (12:59 +0200)
committerTomi Ollila <tomi.ollila@iki.fi>
Fri, 20 Jan 2012 10:59:20 +0000 (12:59 +0200)
remoteusage.mdwn

index d70a8683b7fb2d4fcfa9c0fcb357aa93ca28d246..33a0cf26b3d4bcfe87abbbac727ea215284cb672 100644 (file)
@@ -69,7 +69,7 @@ future calls can reuse the socket.
         
         create_socket_dir ()
         {
-            mkdir "${SOCKET_DIR}" 
+            mkdir "${SOCKET_DIR}"
             chmod 700 "${SOCKET_DIR}"
         }
         
@@ -103,7 +103,7 @@ future calls can reuse the socket.
             $SSH_BIN -S $SSH_SOCKET $USER@$SSH_HOST $NOTMUCH_REMOTE_BIN ${ARGS}
         }
         
-        notmuch_run $@ 
+        notmuch_run "$@"
        
 Save this to a file, "remote-notmuch.sh", in your path.