Corrected cref_errlog output from msgfmt (was overwriting)
parent
a0b1186d12
commit
35b390dc37
2
msgfmt
2
msgfmt
|
@ -60,7 +60,7 @@ awk -vid="$id" -vurl_root="$url_root" -vcref_errlog="$cref_errlog" '
|
||||||
# hashcache is cleared before the run, then this is likely to occur for
|
# hashcache is cleared before the run, then this is likely to occur for
|
||||||
# every cref)
|
# every cref)
|
||||||
if ( result == "" && cref_errlog && id ) {
|
if ( result == "" && cref_errlog && id ) {
|
||||||
printf id >cref_errlog
|
printf id"\n" >>cref_errlog
|
||||||
}
|
}
|
||||||
|
|
||||||
gsub(/\[cref:.*?\]/, url_root result)
|
gsub(/\[cref:.*?\]/, url_root result)
|
||||||
|
|
Loading…
Reference in New Issue