Changeset 53791


Ignore:
Timestamp:
Nov 13, 2012, 9:22:29 AM (12 years ago)
Author:
martinl
Message:

remove duplicated code (language settings) from init script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grass/branches/releasebranch_6_4/lib/init/init.sh

    r53790 r53791  
    256256ETC="$GISBASE/etc"
    257257
    258 # Check for a reference to the language in the grassrc file
    259 if [ -f "$GISRC" ] ; then
    260     LANG=`awk '/LANG/ {print $2}' "$GISRC"`
    261 fi
    262 
    263258if [ $LANG ] ; then
    264259    LCL=$LANG
Note: See TracChangeset for help on using the changeset viewer.