From: Brian Harring Date: Sun, 25 Dec 2005 09:42:12 +0000 (-0000) Subject: renaming the death hook registration func to register_die_hook X-Git-Tag: v2.1_pre3~42 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a74b818a89e0b9a8d4ff7ad07f83a3cb354eaf91;p=portage.git renaming the death hook registration func to register_die_hook svn path=/main/trunk/; revision=2462 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 1efe6f88e..a29a24b43 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -263,7 +263,7 @@ use_enable() { return 0 } -add-ebuild-death-hook() { +register_death_hook() { export EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} $*" }