From ddd081932988e196dba7897fb4dce52441655a43 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 7 Nov 2009 01:11:17 +0000 Subject: Collapse two [[ ]] into one. (trunk r14782) svn path=/main/branches/2.1.7/; revision=14795 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') 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 -- cgit v1.2.3-1-g7c22