X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=remoteusage.mdwn;h=2b3d588d0e95921e2a8df672236d1d8dc91e0f0e;hb=040d676d1a5cc972c1602dd731877ee9cdc131af;hp=edc63fb93c17b04881fe25c6af1b792a7d1c728e;hpb=7e1c518574caddf0ec9ec70eac33a361c75aecbd;p=notmuch-wiki diff --git a/remoteusage.mdwn b/remoteusage.mdwn index edc63fb..2b3d588 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} } @@ -90,7 +90,7 @@ be necessary in the furture. notmuch_run search $@ | while read line; do sleep 0.02 - echo "${line}" + echo "${line}" done }