diff options
-rw-r--r-- | bin/phase-functions.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh index a686dcdc7..f46368d68 100644 --- 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}'\`" |