From: Mike Taylor Date: Mon, 15 Dec 2014 16:09:10 +0000 (+0000) Subject: Another attempt at figuring out what's upsetting tidy. X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=040239e61daad5036e47adfdc86fd9c6901c29e1 Another attempt at figuring out what's upsetting tidy. --- diff --git a/zebra/Makefile b/zebra/Makefile index 400384b..fcdf403 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -45,7 +45,7 @@ dump: -test -e records-${DATE} && mv records-${DATE} records-${DATE}.old mkdir records-${DATE} cd records-${DATE} && ../../bin/irspy-dump.pl ${IRSPY_DATABASE} - cd records-${DATE}; for i in *.xml; do tidy -xml -i -m -w 140 -quiet $$i; echo -n "$$i "; done + cd records-${DATE}; for i in *.xml; do echo -n "$$i "; tidy -xml -i -m -w 140 $$i 2>&1 | sed 1q; done tar cf - records-${DATE} | gzip > records-${DATE}.tar.gz clean: