From 024b65aac5760f1e89811b4eb3fa2a7722fca8d8 Mon Sep 17 00:00:00 2001
From: Caleb Maclennan <caleb@alerque.com>
Date: Sat, 19 Oct 2013 19:58:22 -0600
Subject: [PATCH] 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.

---
 vcsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab