From: Micah Cowan Date: Fri, 28 Sep 2007 02:03:05 +0000 (-0700) Subject: Reversed broken "fix" of @@ processing X-Git-Tag: v1.13~536^2~3 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=cd04dcfa2a0161ebbcbac1db30f22b00bfd17009 Reversed broken "fix" of @@ processing --- diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl index daad3f6d..bcb276c6 100755 --- a/doc/texi2pod.pl +++ b/doc/texi2pod.pl @@ -204,9 +204,9 @@ while(<$inf>) { # Now the ones that have to be replaced by special escapes # (which will be turned back into text by unmunge()) s/&/&/g; + s/\@\@/&at;/g; s/\@\{/{/g; s/\@\}/}/g; - s/\@\@/&at;/g; # Inside a verbatim block, handle @var specially. if ($shift ne "") {