filter malformed input in second run too
svn path=/branches/test/; revision=28664
This commit is contained in:
parent
63ab558908
commit
7379014533
@ -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})"
|
||||
|
Loading…
x
Reference in New Issue
Block a user