mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 733058 - merge-dictionaries uses the system locale for sort order; r=jrmuizel
DONTBUILD
This commit is contained in:
parent
062aabc288
commit
62f7357b4e
@ -52,6 +52,7 @@ sed '1d' $HUNSPELL_PATCHED > $HUNSPELL_PATCHED_STRIPPED
|
||||
|
||||
# Combine dictionaries and sort
|
||||
echo Combining dictionaries
|
||||
export LC_ALL=C
|
||||
sort $CHROMIUM_AFFIX_CONVERTED $HUNSPELL_PATCHED_STRIPPED $MOZILLA_START > $MERGED_SORTED
|
||||
|
||||
# Display any dupes.
|
||||
|
Loading…
Reference in New Issue
Block a user