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

Fix `vcsh clone`

Forgot to set VCSH_COMMAND after the refactoring
parent a60f8741
Branches
Tags v0.20111123
No related merge requests found
...@@ -83,6 +83,7 @@ leave() { ...@@ -83,6 +83,7 @@ leave() {
if [ "$1" = 'clone' ]; then if [ "$1" = 'clone' ]; then
export VCSH_COMMAND="$1"
GIT_REMOTE="$2" GIT_REMOTE="$2"
export GIT_REMOTE export GIT_REMOTE
VCSH_REPO_NAME="$3" VCSH_REPO_NAME="$3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment