From 12cbc8821476dcbac38464a41f7cb336da7ac0c9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 13 Aug 2010 07:05:12 -0700 Subject: Use EbuildIpcDaemon to replace the functionality of EBUILD_EXIT_STATUS_FILE. --- bin/misc-functions.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/misc-functions.sh') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 10d193124..9777c9954 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -853,9 +853,7 @@ if [ -n "${MISC_FUNCTIONS_ARGS}" ]; then ${x} done unset x + [[ -n $PORTAGE_IPC_DAEMON ]] && "$PORTAGE_BIN_PATH"/ebuild-ipc exit 0 fi -[ -n "${EBUILD_EXIT_STATUS_FILE}" ] && \ - touch "${EBUILD_EXIT_STATUS_FILE}" &>/dev/null - : -- cgit v1.2.3-1-g7c22