From: Zac Medico Date: Fri, 6 Nov 2009 22:30:24 +0000 (-0000) Subject: Collapse two [[ ]] into one. X-Git-Tag: v2.2_rc49~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=da2ff702c7aaa418bb7efd5b33d23bedc34607d5;p=portage.git Collapse two [[ ]] into one. svn path=/main/trunk/; revision=14782 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 0a8fb41ab..38fdea891 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1824,7 +1824,7 @@ if ! hasq "$EBUILD_PHASE" clean cleanrm ; then # interaction begins. unset DEPEND RDEPEND PDEPEND IUSE - if [[ $PORTAGE_DEBUG != 1 ]] || [[ ${-/x/} != $- ]] ; then + if [[ $PORTAGE_DEBUG != 1 || ${-/x/} != $- ]] ; then source "$EBUILD" || die "error sourcing ebuild" else set -x