summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2011-01-28 10:02:03 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2011-01-28 10:02:03 -0500
commit981da2981cd1fa7c20d0b1139b27b2cbf031ff28 (patch)
treefc29df4152321010cf4a323a8c69ef14bfc6514a
parent7e1c518574caddf0ec9ec70eac33a361c75aecbd (diff)
More indentation.
Markdown can be annoying.
-rw-r--r--remoteusage.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoteusage.mdwn b/remoteusage.mdwn
index edc63fb..3e9a9f7 100644
--- a/remoteusage.mdwn
+++ b/remoteusage.mdwn
@@ -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}
}