svn path=/main/trunk/; revision=5488
if [ "$*" != "depend" ] && [ "$*" != "clean" ] && [ "$*" != "nofetch" ]; then
if [ -f "${T}/environment" ]; then
- qa_source "${T}/environment" &>/dev/null
+source "${T}/environment" &>/dev/null
fi
fi
# 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
#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