summaryrefslogtreecommitdiffhomepage
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 1b258a0..546c452 100755
--- a/build
+++ b/build
@@ -310,7 +310,7 @@ compile_for_lang() {
# We will need this later…
{ for CC in `grep -Eo '^[A-Z]{2}' data/coins | uniq`; do
grep "^$CC " data/country-info.$1 | cut -f1,3
- done } | sort >data/tmp-data.$1
+ done } | sort -k2 >data/tmp-data.$1
for denom in 1 2 5 10 20 50 100 200; do