From bb18faa2afc5210f90d340eb782d2167b0902f2b Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Wed, 11 Oct 2006 10:52:38 +0000 Subject: disable path globbing when creating metadata keys; bug 150866; thanks to brian harring for the patch svn path=/main/trunk/; revision=4657 --- bin/ebuild.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 7ace2fab6..b43485130 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 -- cgit v1.2.3-1-g7c22