diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2012-01-20 12:59:20 +0200 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2012-01-20 12:59:20 +0200 |
| commit | c702f59de78c3103876923c58145a16acb82cf4e (patch) | |
| tree | 0989e549e5421a0d4a620c130ef90412f2dbf80e | |
| parent | 4f01ff1b5ffb62ac4fdd4917799cbe57bd22f825 (diff) | |
trivial s/$@/"$@"/ change in remoteusage.mdwn
| -rw-r--r-- | remoteusage.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoteusage.mdwn b/remoteusage.mdwn index d70a868..33a0cf2 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -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. |
