summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 49160ff..92bbc0a 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -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