summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 92d3bc09d..709aefaee 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1619,7 +1619,7 @@ for myarg in ${EBUILD_SH_ARGS} ; do
#the extra $(echo) commands remove newlines
unset CDEPEND
- [ -n "${EAPI}" ] && EAPI=0
+ [ -n "${EAPI}" ] || EAPI=0
if [ -n "${dbkey}" ] ; then
> "${dbkey}"
for f in ${auxdbkeys} ; do