From: Brian Harring Date: Sun, 25 Dec 2005 10:05:12 +0000 (-0000) Subject: register_death_hook -> register_die_hook X-Git-Tag: v2.1_pre3~39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cb9e32a10b4115398bf0299689c00a48ffbc1d33;p=portage.git register_death_hook -> register_die_hook thanks to axxo for the catch. svn path=/main/trunk/; revision=2465 --- 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} $*" }