From 50458be88285376612b5fc1ff45b1f96ee9a0930 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Mon, 2 May 2011 01:18:50 +0200 Subject: [PATCH] Don't export $GIT_REMOTE --- vcsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2