From e278038b91dd5933c0f6592cbef2108c205b65d0 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Wed, 26 Oct 2011 22:55:26 +0200
Subject: [PATCH] Fix init

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

diff --git a/vcsh b/vcsh
index 37f25ab..0df962b 100755
--- a/vcsh
+++ b/vcsh
@@ -151,7 +151,7 @@ elif [ "$1" = 'clone' ]; then
 
 elif [ "$1" = 'init' ]; then
 	verbose "init begin"
-	[ -z $2 ] && help; return 0
+	[ -z $2 ] && help && return 0
 	export REPO_NAME="$2"
 	export GIT_DIR="$VCSH_BASE/$REPO_NAME.git"
 	init
-- 
GitLab