From: Zac Medico Date: Thu, 24 Dec 2009 05:21:43 +0000 (-0000) Subject: Remove stray echo. X-Git-Tag: v2.2_rc61~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=00de521a5bdf6506583bb3789777ef31f914e76e;p=portage.git Remove stray echo. svn path=/main/trunk/; revision=15147 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index f56dc9485..75ef847e7 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -17,7 +17,6 @@ for x in TEMP TMP TMPDIR ; do done unset x -echo ROOTPATH=$ROOTPATH ROOTPATH=${ROOTPATH##:} ROOTPATH=${ROOTPATH%%:} PREROOTPATH=${PREROOTPATH##:}