From 0083a3e21e81a132a150c1626b4b58d53f73a3c8 Mon Sep 17 00:00:00 2001
From: Caleb Maclennan <caleb@alerque.com>
Date: Sat, 19 Oct 2013 19:28:18 -0600
Subject: [PATCH] Removed unnecessary syntax

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

diff --git a/vcsh b/vcsh
index ed42920..f987fbf 100755
--- a/vcsh
+++ b/vcsh
@@ -159,7 +159,7 @@ clone() {
 	for object in $(git ls-tree -r origin/master | awk '{print $4}'); do
 		[ -e "$object" ] &&
 			error "'$object' exists." &&
-			VCSH_CONFLICT=1;
+			VCSH_CONFLICT=1
 	done
 	[ "$VCSH_CONFLICT" = '1' ] &&
 		fatal "will stop after fetching and not try to merge!
-- 
GitLab