projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f6bb75
)
- remove intermediate var entry
author
Ned Ludd
<solar@gentoo.org>
Sun, 25 Dec 2005 08:31:37 +0000
(08:31 -0000)
committer
Ned Ludd
<solar@gentoo.org>
Sun, 25 Dec 2005 08:31:37 +0000
(08:31 -0000)
svn path=/main/trunk/; revision=2456
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 4cdf49869fd653920c62cb4f8ddfccba731662ad..a6da7b2b47570afd1b5fd101800edc7eb2526b26 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-912,8
+912,7
@@
dyn_compile() {
CXXFLAGS DEPEND EXTRA_ECONF EXTRA_EINSTALL EXTRA_MAKE \
FEATURES INHERITED IUSE LDFLAGS LIBCFLAGS LIBCXXFLAGS \
LICENSE PDEPEND PF PKGUSE PROVIDE RDEPEND RESTRICT SLOT; do
- local entry="${!f}"
- [[ $entry != "" ]] && echo "${entry}" > $f
+ [ "${!f}" != "" ] && echo "${!f}" > ${f}
done
echo "${USE}" > USE
echo "${EAPI:-0}" > EAPI