From a9c7f97052b4f253fdb5fdccb8423e03b8aee6c4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 29 Sep 2007 08:27:51 +0000 Subject: revert useless quoting svn path=/main/trunk/; revision=7879 --- 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 d1507d86a..160bfa3f7 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1479,9 +1479,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