summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-10-11 10:52:38 +0000
committerSimon Stelling <blubb@gentoo.org>2006-10-11 10:52:38 +0000
commitbb18faa2afc5210f90d340eb782d2167b0902f2b (patch)
tree92705f8e9025df7efd3a68faadb9bf36d176f40d /bin
parentMake manifest2AuxfileFilter() slightly more efficient and also ignore any hid... (diff)
downloadportage-idfetch-bb18faa2afc5210f90d340eb782d2167b0902f2b.tar.gz
portage-idfetch-bb18faa2afc5210f90d340eb782d2167b0902f2b.tar.bz2
portage-idfetch-bb18faa2afc5210f90d340eb782d2167b0902f2b.zip
disable path globbing when creating metadata keys; bug 150866; thanks to brian harring for the patch
svn path=/main/trunk/; revision=4657
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 7ace2fab..b4348513 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -941,6 +941,7 @@ dyn_compile() {
touch .compiled
cd build-info
+ set -f
for f in ASFLAGS CATEGORY CBUILD CC CFLAGS CHOST CTARGET CXX \
CXXFLAGS DEPEND EXTRA_ECONF EXTRA_EINSTALL EXTRA_MAKE \
FEATURES INHERITED IUSE LDFLAGS LIBCFLAGS LIBCXXFLAGS \
@@ -950,6 +951,7 @@ dyn_compile() {
done
echo "${USE}" > USE
echo "${EAPI:-0}" > EAPI
+ set +f
set > environment
export -p | sed 's:declare -rx:declare -x:' >> environment
bzip2 -9 environment