Skip to content

Commit 570c227

Browse files
committed
Fix data checker by forcing LC_ALL=C
1 parent 20d86c5 commit 570c227

2 files changed

Lines changed: 144 additions & 1 deletion

File tree

Source/Data/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ sort:
5959
@mv tmp exclusion.txt
6060

6161
check: SHELL:=/bin/bash
62+
check: export LC_ALL=C
6263
check:
6364
@awk 'length($$1)/3!=NF-1' BPMFMappings.txt
6465
@awk '{print $$2,$$3,$$4,$$5,$$6,$$7}' BPMFMappings.txt | awk '/一/'

0 commit comments

Comments
 (0)