disable path globbing when creating metadata keys; bug 150866; thanks to brian harrin...
authorSimon Stelling <blubb@gentoo.org>
Wed, 11 Oct 2006 10:52:38 +0000 (10:52 -0000)
committerSimon Stelling <blubb@gentoo.org>
Wed, 11 Oct 2006 10:52:38 +0000 (10:52 -0000)
svn path=/main/trunk/; revision=4657

bin/ebuild.sh

index 7ace2fab64ecf150154cd9c9bb4ae8c40ed288c8..b43485130025575e3847e9f7f17877f564db98ab 100755 (executable)
@@ -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