From da2ff702c7aaa418bb7efd5b33d23bedc34607d5 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 6 Nov 2009 22:30:24 +0000 Subject: Collapse two [[ ]] into one. svn path=/main/trunk/; revision=14782 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-1-g7c22