projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f6f5c4
)
register_death_hook -> register_die_hook
author
Brian Harring
<ferringb@gentoo.org>
Sun, 25 Dec 2005 10:05:12 +0000
(10:05 -0000)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index a29a24b433321fa078f776f660dee6755eeb3bcc..1f67cef71462c9d514349b18c399fb361a9bc0b2 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-263,7
+263,7
@@
use_enable() {
return 0
}
-register_d
eath
_hook() {
+register_d
ie
_hook() {
export EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} $*"
}