From b212fccaff836699d1177e1295a401f6e7c7c071 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 5 Oct 2007 01:41:08 +0000 Subject: Fix quoting as reported by Drac in bug 194169 (trunk r7877:7879) svn path=/main/branches/2.1.2/; revision=7921 --- bin/ebuild.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 79bfaf062..f9829fee4 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1589,9 +1589,7 @@ then fi #a reasonable default for $S -if [ "$S" = "" ]; then - export S=${WORKDIR}/${P} -fi +[[ -z ${S} ]] && export S=${WORKDIR}/${P} #wipe the interceptors. we don't want saved. if hasq "depend" "${EBUILD_SH_ARGS}"; then -- cgit v1.2.3-1-g7c22