summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-06-13 18:38:20 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-06-13 18:38:20 +0200
commit73d96356d98a4f4fcbd977c2139ce7d5c75a3d4c (patch)
tree7957abf0bd85327ae83d6905c86c326678da6e01 /bin/pkg
parentdd6a39bb4243ec48ed48b67f536574c7bf7be19f (diff)
pkg: vcs_add: Unset existing GIT_ parameters
Diffstat (limited to 'bin/pkg')
-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