X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/982d98af49b99f427fb3bc9f837aef7a362cd7b6..4f3d36f9fb7b9cff24d7e9fd72560e7fd55fa877:/vcsh 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