From 35b390dc37455c8bbf96b2f13a7bd28d9945a4fb Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 12 Mar 2013 22:47:01 -0400 Subject: [PATCH] Corrected cref_errlog output from msgfmt (was overwriting) --- msgfmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgfmt b/msgfmt index 042a35f..f1f546c 100755 --- a/msgfmt +++ b/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 # every cref) if ( result == "" && cref_errlog && id ) { - printf id >cref_errlog + printf id"\n" >>cref_errlog } gsub(/\[cref:.*?\]/, url_root result)