Protect /etc/profile sourcing in BLFS/envars.conf
This commit is contained in:
parent
edba613102
commit
cc0170cb5b
1 changed files with 1 additions and 1 deletions
|
@ -131,4 +131,4 @@ export MAKEFLAGS="-j5"
|
||||||
# of a build, ensure that environment variables are
|
# of a build, ensure that environment variables are
|
||||||
# up to date
|
# up to date
|
||||||
|
|
||||||
source /etc/profile
|
if [ -r /etc/profile ]; then source /etc/profile; fi
|
||||||
|
|
Reference in a new issue