diff options
-rwxr-xr-x | bin/ebuild.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 73a610b7e..9af7e3867 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -2240,5 +2240,9 @@ elif [[ -n $EBUILD_SH_ARGS ]] ; then exit $? fi +# Subshell/helper die support (must export for the die helper). +export EBUILD_MASTER_PID=$BASHPID +trap 'exit 1' SIGTERM + # Do not exit when ebuild.sh is sourced by other scripts. true |