From 48e68662cf7ab600859c434ba3108b8f2ff24199 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 26 Nov 2007 12:06:12 +0000 Subject: Check if ${EBUILD_EXIT_STATUS_FILE} is empty before attempting to use it. svn path=/main/trunk/; revision=8686 --- bin/isolated-functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/isolated-functions.sh') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 9eaf9bffb..70cae7097 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -124,7 +124,8 @@ diefunc() { done fi - touch "${EBUILD_EXIT_STATUS_FILE}" &>/dev/null + [ -n "${EBUILD_EXIT_STATUS_FILE}" ] && \ + touch "${EBUILD_EXIT_STATUS_FILE}" &>/dev/null # subshell die support kill -s SIGTERM ${EBUILD_MASTER_PID} -- cgit v1.2.3-1-g7c22