Skip to content
Snippets Groups Projects
Commit e278038b authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Fix init

parent 982d98af
Branches
Tags
No related merge requests found
...@@ -151,7 +151,7 @@ elif [ "$1" = 'clone' ]; then ...@@ -151,7 +151,7 @@ elif [ "$1" = 'clone' ]; then
elif [ "$1" = 'init' ]; then elif [ "$1" = 'init' ]; then
verbose "init begin" verbose "init begin"
[ -z $2 ] && help; return 0 [ -z $2 ] && help && return 0
export REPO_NAME="$2" export REPO_NAME="$2"
export GIT_DIR="$VCSH_BASE/$REPO_NAME.git" export GIT_DIR="$VCSH_BASE/$REPO_NAME.git"
init init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment