register_death_hook -> register_die_hook
authorBrian Harring <ferringb@gentoo.org>
Sun, 25 Dec 2005 10:05:12 +0000 (10:05 -0000)
committerBrian Harring <ferringb@gentoo.org>
Sun, 25 Dec 2005 10:05:12 +0000 (10:05 -0000)
thanks to axxo for the catch.

svn path=/main/trunk/; revision=2465

bin/ebuild.sh

index a29a24b433321fa078f776f660dee6755eeb3bcc..1f67cef71462c9d514349b18c399fb361a9bc0b2 100755 (executable)
@@ -263,7 +263,7 @@ use_enable() {
        return 0
 }
 
-register_death_hook() {
+register_die_hook() {
        export EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} $*"
 }