projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d5ff0
)
Remove stray echo.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 24 Dec 2009 05:21:43 +0000
(
05:21
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 24 Dec 2009 05:21:43 +0000
(
05:21
-0000)
svn path=/main/trunk/; revision=15147
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index f56dc9485235fa016a7d8a64d0260662d49ef04d..75ef847e799ebe23b280be1a28231a27edbbd926 100755
(executable)
--- 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##:}