From: Zac Medico Date: Thu, 24 Dec 2009 05:21:55 +0000 (-0000) Subject: Remove stray echo. (trunk r15147) X-Git-Tag: v2.1.7.16~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1906a132c2484207c3906a418617b157e310b8db;p=portage.git Remove stray echo. (trunk r15147) svn path=/main/branches/2.1.7/; revision=15148 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 2cc31a586..95d4e85cc 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -23,7 +23,6 @@ for x in TEMP TMP TMPDIR ; do done unset x -echo ROOTPATH=$ROOTPATH ROOTPATH=${ROOTPATH##:} ROOTPATH=${ROOTPATH%%:} PREROOTPATH=${PREROOTPATH##:}