projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e62d166
)
don't declare -r the contents, declare -r the var name.
author
Brian Harring
<ferringb@gentoo.org>
Tue, 4 Oct 2005 14:31:50 +0000
(14:31 -0000)
committer
Brian Harring
<ferringb@gentoo.org>
Tue, 4 Oct 2005 14:31:50 +0000
(14:31 -0000)
svn path=/main/branches/2.0/; revision=2085
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index ca47396ba23805f1253c350fd168dee7e31bca6f..c06876eaa33fa45b9147a09e70c8f8b201ac05ff 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1734,7
+1734,7
@@
export S=${WORKDIR}/${P}
unset E_IUSE E_DEPEND E_RDEPEND E_CDEPEND E_PDEPEND
for x in T P PN PV PVR PR A D EBUILD EMERGE_FROM O PPID FILESDIR PORTAGE_TMPDIR; do
- [[ ${!x-UNSET_VAR} != UNSET_VAR ]] && declare -r ${
!
x}
+ [[ ${!x-UNSET_VAR} != UNSET_VAR ]] && declare -r ${x}
done
unset x