From: Zac Medico Date: Sat, 27 Sep 2008 00:08:42 +0000 (-0000) Subject: Make $PWD default to $PORTAGE_BUILDDIR since $WORKDIR is sometimes created X-Git-Tag: v2.2_rc12~77 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f78717d5d94ed8cba54f219f037ae2f42e671526;p=portage.git Make $PWD default to $PORTAGE_BUILDDIR since $WORKDIR is sometimes created later. svn path=/main/trunk/; revision=11563 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index f03e418d0..987d1a475 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -272,8 +272,8 @@ register_die_hook() { export EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} $*" } -# Ensure that $CWD is sane whenever possible. -cd "$WORKDIR" 2>/dev/null +# Ensure that $PWD is sane whenever possible. +cd "$PORTAGE_BUILDDIR" 2>/dev/null #if no perms are specified, dirs/files will have decent defaults #(not secretive, but not stupid)