filter malformed input in second run too

svn path=/branches/test/; revision=28664
This commit is contained in:
paul 2014-06-23 16:28:17 +00:00
parent 63ab558908
commit 7379014533

View File

@ -73,6 +73,7 @@ done
sort "${infile}" \
| uniq \
| sed --expression='s/\.\///g' \
| egrep '?? .+ .+' translations.log \
| while read language wantfile havefile comment; do
if [ -f "${wantfile}" ]; then
date1="$(date --iso-8601 --reference=${wantfile})"