diff options
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -412,7 +412,7 @@ function exec_hook { function global_hook { cd $PKG_DIR/$1 - unset -M 'GIT_*' + unset -m 'GIT_*' case $2 in post-add) exec_hook $1 post-add |