* Bring in /etc/profile.local.
svn path=/nixu/trunk/; revision=7092
This commit is contained in:
parent
16d28b3552
commit
e6d2d50779
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user