BLFS tools: Do not source envars.conf

Now the environment variables are taken from configuration.
This commit is contained in:
Pierre Labastie 2021-11-08 09:35:44 +01:00
parent 9daa202654
commit 0a93085f84
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ __write_build_cmd() { #
#----------------------------------#
(
cat << EOF
@source ${TOPDIR}/envars.conf && ${BUILD_SCRIPTS}/\$@ >logs/\$@ 2>&1
@${BUILD_SCRIPTS}/\$@ >logs/\$@ 2>&1
EOF
) >> $MKFILE.tmp
}