Fix location of a comment.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sun, 8 Jan 2012 06:06:33 +0000 (07:06 +0100)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sun, 8 Jan 2012 06:06:33 +0000 (07:06 +0100)
bin/ebuild.sh

index a4ac81bca2826aa360f03ff68e8da549a8169863..f8e71f5f230d192e39e7dbfaa4f1199d458c56fe 100755 (executable)
@@ -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