mtgimage does not fail if there are no file to convert

master
melvin 2014-03-02 13:49:57 +08:00
parent 2c2f998022
commit 5a8c97669d
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ src/magic/MurmurHash3.java:
mtgimage:
grep mtgimage -L `grep token= -L release/Magarena/scripts/*.txt` | parallel awk -f scripts/set_image.awk {} '>' {.}.img
ls -1 release/Magarena/scripts/*.img | parallel mv {} {.}.txt
-ls -1 release/Magarena/scripts/*.img | parallel mv {} {.}.txt
incoming:
grep -o https.* .hg/hgrc | parallel -j0 -k hg incoming {}