From 6f737b7129e8390100d0677e680475970ad3510e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 22 Jun 2009 11:00:06 +0200 Subject: pkg: Fixed an error in the previous commit --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3