From a74b818a89e0b9a8d4ff7ad07f83a3cb354eaf91 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Sun, 25 Dec 2005 09:42:12 +0000 Subject: renaming the death hook registration func to register_die_hook svn path=/main/trunk/; revision=2462 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') 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} $*" } -- cgit v1.2.3-1-g7c22