]> git.cworth.org Git - notmuch-wiki/commitdiff
More indentation.
authorJesse Rosenthal <jrosenthal@jhu.edu>
Fri, 28 Jan 2011 15:02:03 +0000 (10:02 -0500)
committerJesse Rosenthal <jrosenthal@jhu.edu>
Fri, 28 Jan 2011 15:02:03 +0000 (10:02 -0500)
Markdown can be annoying.

remoteusage.mdwn

index edc63fb93c17b04881fe25c6af1b792a7d1c728e..3e9a9f71957740aaa45c06238f20162000fe52f1 100644 (file)
@@ -79,9 +79,9 @@ be necessary in the furture.
         [ -d "${CACHE}" ] || mkdir -p "${CACHE}"
         CMD=$1
         shift
-       # we need to a little sanitizing of msg ids so the shell
+        # we need to a little sanitizing of msg ids so the shell
         # doesn't mangle them
-       ARGS=`echo $@ | sed 's/[\\$\\*\\!]/\\\&/g'`
+        ARGS=`echo $@ | sed 's/[\\$\\*\\!]/\\\&/g'`
         $SSH_BIN $USER@$SSH_HOST $NOTMUCH_REMOTE_BIN ${CMD} ${ARGS}
     }