projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f29911
)
renaming the death hook registration func to register_die_hook
author
Brian Harring
<ferringb@gentoo.org>
Sun, 25 Dec 2005 09:42:12 +0000
(09:42 -0000)
committer
Brian Harring
<ferringb@gentoo.org>
Sun, 25 Dec 2005 09:42:12 +0000
(09:42 -0000)
svn path=/main/trunk/; revision=2462
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 1efe6f88e146bc7d1f6abf92ad212f8d09fd4fcb..a29a24b433321fa078f776f660dee6755eeb3bcc 100755
(executable)
--- 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} $*"
}