Magellan Linux

Diff of /trunk/initscripts/common/etc/profile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2034 by niro, Tue Jul 24 08:32:25 2012 UTC revision 2035 by niro, Thu Jan 24 15:21:11 2013 UTC
# Line 40  then Line 40  then
40   export EDITOR   export EDITOR
41  fi  fi
42    
43  if [ -e "/etc/conf.d/locale" ]  if [ -e "/etc/locale.conf" ]
44  then  then
45   source /etc/conf.d/locale   source /etc/locale.conf
46    
47   [ -n "$LANG" ] && export LANG || unset LANG   [ -n "$LANG" ] && export LANG || unset LANG
48   [ -n "$LC_ADDRESS" ] && export LC_ADDRESS || unset LC_ADDRESS   [ -n "$LC_ADDRESS" ] && export LC_ADDRESS || unset LC_ADDRESS

Legend:
Removed from v.2034  
changed lines
  Added in v.2035