diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-13 18:38:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-13 18:38:20 +0200 |
commit | 73d96356d98a4f4fcbd977c2139ce7d5c75a3d4c (patch) | |
tree | 7957abf0bd85327ae83d6905c86c326678da6e01 /bin/pkg | |
parent | dd6a39bb4243ec48ed48b67f536574c7bf7be19f (diff) |
pkg: vcs_add: Unset existing GIT_ parameters
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |