From: Richard Hartmann Date: Wed, 23 Nov 2011 11:46:38 +0000 (+0100) Subject: Fix `vcsh clone` X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/ccb770603b504ce05c8abc0282b4b3caed70fe8f?ds=sidebyside Fix `vcsh clone` Forgot to set VCSH_COMMAND after the refactoring --- diff --git a/vcsh b/vcsh index b5e703e..c8618f1 100755 --- a/vcsh +++ b/vcsh @@ -83,6 +83,7 @@ leave() { if [ "$1" = 'clone' ]; then + export VCSH_COMMAND="$1" GIT_REMOTE="$2" export GIT_REMOTE VCSH_REPO_NAME="$3"