From: Mike Taylor Date: Mon, 15 Dec 2014 15:15:13 +0000 (+0000) Subject: Use tidy -quiet, rather than discarding all output. X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=1fd80195170354a2706c42031c5bef8c31eafb95;hp=1074d1bbcd09342e0ae8b951660f959554409dd0 Use tidy -quiet, rather than discarding all output. --- diff --git a/zebra/Makefile b/zebra/Makefile index c89de53..2999337 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -46,7 +46,7 @@ dump: mkdir records-${DATE} cd records-${DATE} && ../../bin/irspy-dump.pl ${IRSPY_DATABASE} cd records-${DATE}; find . -name '*.xml' -print0 | \ - xargs -n1 -0 -P4 tidy -xml -i -m -w 140 > /dev/null 2>&1 + xargs -n1 -0 -P4 tidy -xml -i -m -w 140 -quiet tar cf - records-${DATE} | gzip > records-${DATE}.tar.gz clean: