correct counting of number of script files in a specific revision

master
melvin 2014-04-14 12:11:26 +08:00
parent 4d79b56ba9
commit 783b9d6a80
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ exp/zermelo.tsv: $(wildcard exp/136*.log)
bytes_per_card.%:
echo `hg cat -r $* release/Magarena/scripts/ | sed 's/^[[:space:]]*//' | wc -c` \
/ \
`ls -1 release/Magarena/scripts/*.txt | wc -l` \
`hg manifest -r $* | grep 'release/Magarena/scripts/.*.txt' | wc -l` \
| bc -l
reminder.txt: cards/cards.xml