From: Zac Medico Date: Sat, 7 Nov 2009 01:11:17 +0000 (-0000) Subject: Collapse two [[ ]] into one. (trunk r14782) X-Git-Tag: v2.1.7.4~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ddd081932988e196dba7897fb4dce52441655a43;p=portage.git Collapse two [[ ]] into one. (trunk r14782) svn path=/main/branches/2.1.7/; revision=14795 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 7a4e88bd8..8086bc694 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1830,7 +1830,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