Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11631 - main/branches/prefix/bin
Date: Sun, 05 Oct 2008 16:38:42
Message-Id: E1KmWcx-0003dJ-Vy@stork.gentoo.org
1 Author: grobian
2 Date: 2008-10-05 16:38:39 +0000 (Sun, 05 Oct 2008)
3 New Revision: 11631
4
5 Modified:
6 main/branches/prefix/bin/ebuild.sh
7 Log:
8 revert r11577, a proper fix is in 11630
9
10 Modified: main/branches/prefix/bin/ebuild.sh
11 ===================================================================
12 --- main/branches/prefix/bin/ebuild.sh 2008-10-05 16:31:26 UTC (rev 11630)
13 +++ main/branches/prefix/bin/ebuild.sh 2008-10-05 16:38:39 UTC (rev 11631)
14 @@ -273,7 +273,7 @@
15 }
16
17 # Ensure that $PWD is sane whenever possible.
18 -cd "${PORTAGE_BUILDDIR}"/.. 2>/dev/null
19 +cd "$PORTAGE_BUILDDIR" 2>/dev/null
20
21 #if no perms are specified, dirs/files will have decent defaults
22 #(not secretive, but not stupid)