Minor readability suggestion from Jens
This commit is contained in:
parent
64dc49bf19
commit
e8ebcf94b8
@ -14,7 +14,7 @@
|
|||||||
oldterm=$TERM
|
oldterm=$TERM
|
||||||
unset TERM
|
unset TERM
|
||||||
if [ -r /etc/profile.d/lang.sh ]; then
|
if [ -r /etc/profile.d/lang.sh ]; then
|
||||||
. /etc/profile.d/lang.sh
|
source /etc/profile.d/lang.sh
|
||||||
fi
|
fi
|
||||||
[ -n "$oldterm" ] && export TERM=$oldterm
|
[ -n "$oldterm" ] && export TERM=$oldterm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user