From 55a607ad548d28fe85f020debe366350885c741a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 26 Nov 2007 12:06:58 +0000 Subject: Check if ${EBUILD_EXIT_STATUS_FILE} is empty before attempting to use it. (trunk r8686) svn path=/main/branches/2.1.2/; revision=8687 --- bin/misc-functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/misc-functions.sh') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 633b3c37d..9e37fe118 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -587,6 +587,7 @@ if [ -n "${MISC_FUNCTIONS_ARGS}" ]; then done fi -touch "${EBUILD_EXIT_STATUS_FILE}" &>/dev/null +[ -n "${EBUILD_EXIT_STATUS_FILE}" ] && \ + touch "${EBUILD_EXIT_STATUS_FILE}" &>/dev/null : -- cgit v1.2.3-1-g7c22