X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/e3bf7a0bc56990f02434c5dd55d3d9e0badbc716..6dcbfd0f4cdeff37151c031a262a28c3fa249e19:/vcsh?ds=inline diff --git a/vcsh b/vcsh index 0bf5a14..8fedc09 100755 --- a/vcsh +++ b/vcsh @@ -89,7 +89,7 @@ elif [ "$1" = 'use' ]; then return 0 elif [ "$1" = 'clone' ]; then - export GIT_REMOTE="$2" + GIT_REMOTE="$2" REPO_NAME="$3" [[ -z $REPO_NAME ]] && REPO_NAME=$(basename $GIT_REMOTE .git) export REPO_NAME