diff options
-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 |
index : caretaker | ||
Distributed dotfile and script manager | derf |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/pkg | 1 |
@@ -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 |