summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-06-22 11:00:06 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-06-22 11:00:06 +0200
commit6f737b7129e8390100d0677e680475970ad3510e (patch)
tree03ab6fc7d1532d55daf0855bb74d57be8129d3f8 /bin
parent818867db248fb55f366197131eb7db7c93b5e2a0 (diff)
pkg: Fixed an error in the previous commit
Diffstat (limited to 'bin')
-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