summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2012-01-08 07:06:33 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2012-01-08 07:06:33 +0100
commitd933ef603595ef43128065cf1791be97c5515578 (patch)
tree57079bf81e36bfb400c397fbbd18ceae6fb30bf4 /bin
parent440acc06b175f642de305f063fbf63805cdce3d8 (diff)
downloadportage-d933ef603595ef43128065cf1791be97c5515578.tar.gz
portage-d933ef603595ef43128065cf1791be97c5515578.tar.bz2
portage-d933ef603595ef43128065cf1791be97c5515578.zip
Fix location of a comment.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index a4ac81bca..f8e71f5f2 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
PORTAGE_BIN_PATH="${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"
@@ -650,9 +650,9 @@ if [[ $EBUILD_PHASE = depend ]] ; then
PROPERTIES DEFINED_PHASES UNUSED_05 UNUSED_04
UNUSED_03 UNUSED_02 UNUSED_01"
- #the extra $(echo) commands remove newlines
[ -n "${EAPI}" ] || EAPI=0
+ # The extra $(echo) commands remove newlines.
if [ -n "${dbkey}" ] ; then
> "${dbkey}"
for f in ${auxdbkeys} ; do