From a570abc87a66602cf1588ce6d1e4ac4c9c84e8e2 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 27 Oct 2012 23:09:03 -0400 Subject: [PATCH] Moved ampersand escaping in msgfmt to occur before other replacements Oops --- msgfmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgfmt b/msgfmt index 88e4b70..9e1cea9 100755 --- a/msgfmt +++ b/msgfmt @@ -45,9 +45,9 @@ done awk '/^diff --git/ { exit } { print }' \ | sed ':a;N;$!ba; # escaping + s/\&/\&/g; s//\>/g; - s/\&/\&/g; # quoting (initiated by an indented paragraph and terminated by a new # paragraph)