diff options
author | Brian Harring <ferringb@gentoo.org> | 2005-12-25 10:05:12 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2005-12-25 10:05:12 +0000 |
commit | cb9e32a10b4115398bf0299689c00a48ffbc1d33 (patch) | |
tree | ab30f9d345e0effc10b3dc151b2abd822d6870b7 | |
parent | 4f6f5c4e4b88e4e64d9d757324efa70676c3c123 (diff) | |
download | portage-cb9e32a10b4115398bf0299689c00a48ffbc1d33.tar.gz portage-cb9e32a10b4115398bf0299689c00a48ffbc1d33.tar.bz2 portage-cb9e32a10b4115398bf0299689c00a48ffbc1d33.zip |
register_death_hook -> register_die_hook
thanks to axxo for the catch.
svn path=/main/trunk/; revision=2465
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index a29a24b43..1f67cef71 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -263,7 +263,7 @@ use_enable() { return 0 } -register_death_hook() { +register_die_hook() { export EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} $*" } |