summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-12-25 10:05:12 +0000
committerBrian Harring <ferringb@gentoo.org>2005-12-25 10:05:12 +0000
commitcb9e32a10b4115398bf0299689c00a48ffbc1d33 (patch)
treeab30f9d345e0effc10b3dc151b2abd822d6870b7 /bin
parent4f6f5c4e4b88e4e64d9d757324efa70676c3c123 (diff)
downloadportage-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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
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} $*"
}