sort AllCardNames.txt before comparison with scripts

master
melvinzhang 2015-07-24 10:53:48 +08:00
parent 004b4163d1
commit 4cb7250d07
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ check_unused_choice:
check_all_cards:
diff \
<(grep "name=" `grep "token=" -Lr release/Magarena/scripts release/Magarena/scripts_missing` -h | sed 's/name=//' | sort | uniq) \
resources/magic/data/AllCardNames.txt
<(sort resources/magic/data/AllCardNames.txt)
crash.txt: $(wildcard *.log)
for i in `grep "^Excep" -l $^`; do \