projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75768ea
)
phase-functions.sh: remove stray echo
author
Zac Medico
<zmedico@gentoo.org>
Wed, 9 Nov 2011 02:36:24 +0000
(18:36 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 9 Nov 2011 02:36:24 +0000
(18:36 -0800)
bin/phase-functions.sh
patch
|
blob
|
history
diff --git
a/bin/phase-functions.sh
b/bin/phase-functions.sh
index a686dcdc77c608635763e48de77eba6b4d3fb28f..f46368d688ebf19a195390a4b55f236cbe0d88f3 100644
(file)
--- a/
bin/phase-functions.sh
+++ b/
bin/phase-functions.sh
@@
-229,7
+229,6
@@
dyn_unpack() {
return 0
fi
if [ ! -d "${WORKDIR}" ]; then
- echo PATH=$PATH
install -m${PORTAGE_WORKDIR_MODE:-0700} -d "${WORKDIR}" || die "Failed to create dir '${WORKDIR}'"
fi
cd "${WORKDIR}" || die "Directory change failed: \`cd '${WORKDIR}'\`"