From c702f59de78c3103876923c58145a16acb82cf4e Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Fri, 20 Jan 2012 12:59:20 +0200 Subject: [PATCH] trivial s/$@/"$@"/ change in remoteusage.mdwn --- remoteusage.mdwn | 4 ++-- 1 file 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. -- 2.43.0