diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-22 11:00:06 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-22 11:00:06 +0200 |
commit | 6f737b7129e8390100d0677e680475970ad3510e (patch) | |
tree | 03ab6fc7d1532d55daf0855bb74d57be8129d3f8 | |
parent | 818867db248fb55f366197131eb7db7c93b5e2a0 (diff) |
pkg: Fixed an error in the previous commit
-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 |