From: Caleb Maclennan Date: Sun, 20 Oct 2013 01:58:22 +0000 (-0600) Subject: Removed newline escape sequence that was not properly being obeyed anyway, was printi... X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/024b65aac5760f1e89811b4eb3fa2a7722fca8d8?ds=sidebyside;hp=--cc Removed newline escape sequence that was not properly being obeyed anyway, was printing to the console as is. Not needed because the echo being used already terminates with a newline. --- 024b65aac5760f1e89811b4eb3fa2a7722fca8d8 diff --git a/vcsh b/vcsh index f987fbf..3924009 100755 --- a/vcsh +++ b/vcsh @@ -163,7 +163,7 @@ clone() { done [ "$VCSH_CONFLICT" = '1' ] && fatal "will stop after fetching and not try to merge! - Once this situation has been resolved, run 'vcsh run $VCSH_REPO_NAME git pull' to finish cloning.\n" 17 + Once this situation has been resolved, run 'vcsh run $VCSH_REPO_NAME git pull' to finish cloning." 17 git merge origin/master hook post-clone retire