Magellan Linux

Diff of /trunk/installer/include/timezone.sh

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

revision 1024 by niro, Sun May 30 17:40:21 2010 UTC revision 1035 by niro, Sun May 30 18:37:54 2010 UTC
# Line 14  checklist() Line 14  checklist()
14   return 0   return 0
15  }  }
16    
   
17  while read code coordinates tz comments  while read code coordinates tz comments
18  do  do
19   # excludes   # excludes
# Line 55  done << EOF Line 54  done << EOF
54  $(cat /usr/share/zoneinfo/zone.tab | sort)  $(cat /usr/share/zoneinfo/zone.tab | sort)
55  EOF  EOF
56    
   
57  if [[ $1 = --regions ]] || [[ $1 = --locations ]]  if [[ $1 = --regions ]] || [[ $1 = --locations ]]
58  then  then
59   for i in ${LOCALE_LIST}   for i in ${LOCALE_LIST}

Legend:
Removed from v.1024  
changed lines
  Added in v.1035