summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index c84f709..2fe768e 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -250,6 +250,7 @@ function vcs_to_list {
}
function vcs_add {
+ unset -m 'GIT_*'
if [[ $(list_type $1) == git ]] {
git clone "$PKG_ROOT/$1"
vcs_setup $1