Minor readability suggestion from Jens

This commit is contained in:
mharris 2006-07-05 06:36:36 +00:00
parent 64dc49bf19
commit e8ebcf94b8

View File

@ -14,7 +14,7 @@
oldterm=$TERM
unset TERM
if [ -r /etc/profile.d/lang.sh ]; then
. /etc/profile.d/lang.sh
source /etc/profile.d/lang.sh
fi
[ -n "$oldterm" ] && export TERM=$oldterm