remove O and PPID from being readonly. O is set python side (and we will hopefully...
authorAlec Warner <antarus@gentoo.org>
Tue, 6 Nov 2007 06:25:50 +0000 (06:25 -0000)
committerAlec Warner <antarus@gentoo.org>
Tue, 6 Nov 2007 06:25:50 +0000 (06:25 -0000)
svn path=/main/trunk/; revision=8437

bin/ebuild.sh

index bad2cacb19e57ec3977837e27f74ea474677eb61..30c6c958cc20468be5e08842c9ad594114a930c0 100755 (executable)
@@ -1429,7 +1429,7 @@ export S=${WORKDIR}/${P}
 
 unset E_IUSE E_DEPEND E_RDEPEND E_PDEPEND
 
-for x in T P PN PV PVR PR CATEGORY A EBUILD EMERGE_FROM O PPID FILESDIR PORTAGE_TMPDIR; do
+for x in T P PN PV PVR PR CATEGORY A EBUILD EMERGE_FROM FILESDIR PORTAGE_TMPDIR; do
        [[ ${!x-UNSET_VAR} != UNSET_VAR ]] && declare -r ${x}
 done
 # Need to be able to change D in dyn_preinst due to the IMAGE stuff