Protect /etc/profile sourcing in BLFS/envars.conf

This commit is contained in:
Pierre Labastie 2013-03-14 08:26:23 +00:00
parent edba613102
commit cc0170cb5b

View file

@ -131,4 +131,4 @@ export MAKEFLAGS="-j5"
# of a build, ensure that environment variables are
# up to date
source /etc/profile
if [ -r /etc/profile ]; then source /etc/profile; fi