Magellan Linux

Diff of /trunk/installer/ncurses-gui/locales.sh

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

revision 1042 by niro, Sun May 30 18:37:54 2010 UTC revision 1043 by niro, Sun May 30 20:02:48 2010 UTC
# Line 38  select_timezone_location() Line 38  select_timezone_location()
38    
39  select_locale()  select_locale()
40  {  {
41   local items=( $(${INSTALLER_DIR}/localedef --list-archive | grep $(include/timezone.sh --get-code ${TIMEZONE_LOCATION})) )   local items=( $(${INSTALLER_DIR}/localedef --list-archive | grep $(${INSTALLER_DIR}/include/timezone.sh --get-code ${TIMEZONE_LOCATION})) )
42   local count=${#items[*]}   local count=${#items[*]}
43   local i   local i
44    

Legend:
Removed from v.1042  
changed lines
  Added in v.1043