countries.subr (e477abf734cc777a55286bfbd6b80a6760c96acf) countries.subr (56961fd7949de755f95a60fe8ac936f81e953f5b)
1if [ ! "$_TIMEZONE_COUNTRIES_SUBR" ]; then _TIMEZONE_COUNTRIES_SUBR=1
2#
3# Copyright (c) 2011-2012 Devin Teske
4# All Rights Reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 61 unchanged lines hidden (view full) ---

70'
71f_sort_countries()
72{
73 COUNTRIES=$( echo "$COUNTRIES" | awk "$f_sort_countries_awk" |
74 sort | awk '{print $NF}' )
75 export COUNTRIES
76}
77
1if [ ! "$_TIMEZONE_COUNTRIES_SUBR" ]; then _TIMEZONE_COUNTRIES_SUBR=1
2#
3# Copyright (c) 2011-2012 Devin Teske
4# All Rights Reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 61 unchanged lines hidden (view full) ---

70'
71f_sort_countries()
72{
73 COUNTRIES=$( echo "$COUNTRIES" | awk "$f_sort_countries_awk" |
74 sort | awk '{print $NF}' )
75 export COUNTRIES
76}
77
78f_dprintf "%s: Successfully loaded." timezone/countries.subr
79
78fi # ! $_TIMEZONE_COUNTRIES_SUBR
80fi # ! $_TIMEZONE_COUNTRIES_SUBR