Disable qa_source usage until it actually works
authorMarius Mauch <genone@gentoo.org>
Tue, 9 Jan 2007 01:23:08 +0000 (01:23 -0000)
committerMarius Mauch <genone@gentoo.org>
Tue, 9 Jan 2007 01:23:08 +0000 (01:23 -0000)
svn path=/main/trunk/; revision=5488

bin/ebuild.sh

index 5abc44bf9e34b5c012db88a40da9387a8d8dd6c9..2dfe9e4a81e0abc8d60a6cac266ad1774d5273d1 100755 (executable)
@@ -45,7 +45,7 @@ qa_call() {
 
 if [ "$*" != "depend" ] && [ "$*" != "clean" ] && [ "$*" != "nofetch" ]; then
        if [ -f "${T}/environment" ]; then
-               qa_source "${T}/environment" &>/dev/null
+source "${T}/environment" &>/dev/null
        fi
 fi
 
@@ -126,7 +126,7 @@ for dir in ${PROFILE_PATHS}; do
        # Must unset it so that it doesn't mess up assumptions in the RCs.
        unset IFS
        if [ -f "${dir}/profile.bashrc" ]; then
-               qa_source "${dir}/profile.bashrc"
+source "${dir}/profile.bashrc"
        fi
 done
 restore_IFS
@@ -1260,7 +1260,7 @@ inherit() {
                #turn on glob expansion
                set +f
 
-               qa_source "$location" || die "died sourcing $location in inherit()"
+source "$location" || die "died sourcing $location in inherit()"
                
                #turn off glob expansion
                set -f