summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-11-07 01:11:17 +0000
committerZac Medico <zmedico@gentoo.org>2009-11-07 01:11:17 +0000
commitddd081932988e196dba7897fb4dce52441655a43 (patch)
treeb24681c8a44edb86954f9053f0038449a1484697
parent0310d22a27aa2084c6eb3fa372bd50825d1a0998 (diff)
downloadportage-ddd081932988e196dba7897fb4dce52441655a43.tar.gz
portage-ddd081932988e196dba7897fb4dce52441655a43.tar.bz2
portage-ddd081932988e196dba7897fb4dce52441655a43.zip
Collapse two [[ ]] into one. (trunk r14782)
svn path=/main/branches/2.1.7/; revision=14795
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
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