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