[pngzop] Revised pngzop_brute_zopfli.sh; it was copying the filename

instead of the entire file into the output PNG.
This commit is contained in:
Glenn Randers-Pehrson
2013-03-25 10:09:08 -05:00
parent 79e24b63dc
commit e8be910287

View File

@@ -40,7 +40,7 @@ wait
rm -f ${root}_f?.idat
# Copy the smallest result to file.zlib
cat `ls -S ${root}_f?.idat.zlib | tail -1` > ${root}.zlib
cat `pngzop_smallest.sh ${root}_f?.idat.zlib | tail -1` > ${root}.zlib
rm -f ${root}_f?.idat.zlib
shift