From cb9e32a10b4115398bf0299689c00a48ffbc1d33 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Sun, 25 Dec 2005 10:05:12 +0000 Subject: register_death_hook -> register_die_hook thanks to axxo for the catch. svn path=/main/trunk/; revision=2465 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} $*" } -- cgit v1.2.3-1-g7c22