[jhalfs] 04/09: BLFS tools: Do not source envars.conf
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit 0a93085f84c316ea7cfddd22ae45a77484f7a48b Author: Pierre Labastie <[email protected]> AuthorDate: Mon Nov 8 09:35:44 2021 +0100 BLFS tools: Do not source envars.conf Now the environment variables are taken from configuration. --- BLFS/gen-makefile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BLFS/gen-makefile.sh b/BLFS/gen-makefile.sh index 583f051..9143c9e 100755 --- a/BLFS/gen-makefile.sh +++ b/BLFS/gen-makefile.sh @@ -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 } -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page