diff options
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,6 @@ function vcs_to_list { } function vcs_add { - unset -m 'GIT_*' if [[ $(list_type $1) == git ]] { git clone "$PKG_ROOT/$1" vcs_setup $1 @@ -413,6 +412,7 @@ function exec_hook { function global_hook { cd $PKG_DIR/$1 + unset -M 'GIT_*' case $2 in post-add) exec_hook $1 post-add |