* Bring in /etc/profile.local.

svn path=/nixu/trunk/; revision=7092
This commit is contained in:
Eelco Dolstra 2006-11-23 16:00:23 +00:00
parent 16d28b3552
commit e6d2d50779

View File

@ -115,6 +115,9 @@ done
cat > /etc/profile <<EOF
export PATH=$PATH
export MODULE_DIR=$MODULE_DIR
if test -f /etc/profile.local; then
source /etc/profile.local
fi
EOF