diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index a29a24b43..1f67cef71 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -263,7 +263,7 @@ use_enable() { return 0 } -register_death_hook() { +register_die_hook() { export EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} $*" } |