]> git.cworth.org Git - notmuch-wiki/commitdiff
And pretty up the script some more.
authorJesse Rosenthal <jrosenthal@jhu.edu>
Thu, 13 May 2010 19:11:31 +0000 (15:11 -0400)
committerJesse Rosenthal <jrosenthal@jhu.edu>
Thu, 13 May 2010 19:11:31 +0000 (15:11 -0400)
Indentations.

remoteusage.mdwn

index 968978e154423f7c6cd30c63caf9f36b7c853bb0..147138c229aa3b1f0ac718813916fbfd17d4e3d2 100644 (file)
@@ -62,7 +62,6 @@ be necessary in the furture.
            $SSH_BIN $USER@$SSH_HOST $NOTMUCH_REMOTE_BIN $@ | while read line; do
                 sleep 0.1
                 echo "${line}"
-
            done
         else
            $SSH_BIN $USER@$SSH_HOST $NOTMUCH_REMOTE_BIN $@
@@ -81,8 +80,8 @@ be necessary in the furture.
         scp ${SSH_HOST}:${1} "${FILE_DIR}" > /dev/null 2>&1
         retcode="${?}"
         if [ "${retcode}" -ne "0" ]; then
-       echo "Failed to fetch file" 1>&2
-       exit ${retcode}
+           echo "Failed to fetch file" 1>&2
+           exit ${retcode}
         fi
     }