Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13381 - main/trunk/bin
Date: Tue, 21 Apr 2009 07:11:34
Message-Id: E1LwA8Z-0005tB-JY@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-04-21 07:11:23 +0000 (Tue, 21 Apr 2009)
3 New Revision: 13381
4
5 Modified:
6 main/trunk/bin/ebuild.sh
7 Log:
8 In ebuild_main(), unset ebuild_helpers_path when finished with it, since
9 bash exposes local variables to 'children'.
10
11
12 Modified: main/trunk/bin/ebuild.sh
13 ===================================================================
14 --- main/trunk/bin/ebuild.sh 2009-04-21 07:08:44 UTC (rev 13380)
15 +++ main/trunk/bin/ebuild.sh 2009-04-21 07:11:23 UTC (rev 13381)
16 @@ -1914,6 +1914,7 @@
17 esac
18
19 export PATH="/usr/local/sbin:/sbin:/usr/sbin:${ebuild_helpers_path}:/usr/local/bin:/bin:/usr/bin:${ROOTPATH}"
20 + unset ebuild_helpers_path
21
22 if ! hasq $EBUILD_SH_ARGS clean depend help info nofetch ; then