Cygwin: utils: tzmap-from-unicode.org: enforce sorting order for LANG=C

Generating the tzmap.h file requires to use the default sorting order.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2021-07-28 22:18:38 +02:00
parent d930fbb6ae
commit 4f999b4eab
1 changed files with 1 additions and 1 deletions

View File

@ -71,5 +71,5 @@ wget -O - "${ZONES_FILE}" | \
echo ' { L"Mid-Atlantic Standard Time", L"", L"Atlantic/South_Georgia" },'
echo ' { L"SA Pacific Standard Time", L"HT", L"America/Port-au-Prince" },'
echo ' { L"South Africa Standard Time", L"LY", L"Africa/Tripoli" },'
} | sort -d
} | LC_ALL=C sort -d
echo "};"