From 73d96356d98a4f4fcbd977c2139ce7d5c75a3d4c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 13 Jun 2009 18:38:20 +0200 Subject: pkg: vcs_add: Unset existing GIT_ parameters --- bin/pkg | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/pkg') 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 -- cgit v1.2.3