bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: roff2.pl: Fix syntax error


From: Alexey Gladkov
Subject: Re: roff2.pl: Fix syntax error
Date: Thu, 21 Aug 2008 00:40:14 +0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.14) Gecko/20080717 Thunderbird/2.0.0.14 Mnenhy/0.7.5.0

Alexey Gladkov wrote:
Greetings!

Fix simple syntax error in the roff2.pl. It look like forgotten debug message.

Oops!
Forgot about ChangeLog. New patch attached.

--
Rgrds, legion
--- groff-1.19.3/contrib/groffer/perl/roff2.pl.fix      2008-08-21 00:37:08 
+0400
+++ groff-1.19.3/contrib/groffer/perl/roff2.pl  2008-08-21 00:37:11 +0400
@@ -167,9 +167,8 @@ if ($Has_Groffer) {
          last;
        }
       }
     }
-    die "$Name:  $ps2pdf;
     $grog = `grog -Tps @filespec`;
     chomp $grog;
     system("$grog | $ps2pdf");
     exit $?;
--- groff-1.19.3/ChangeLog.fix  2008-08-21 00:33:48 +0400
+++ groff-1.19.3/ChangeLog      2008-08-21 00:34:47 +0400
@@ -1,4 +1,7 @@
+2008-08-21  Alexey Gladkov  <address@hidden>
+       * contrib/groffer/perl/roff2.pl: Fix syntax error.
+
 2008-08-20  Alexey Gladkov  <address@hidden> 
            Werner LEMBERG  <address@hidden>
 
        Add default encoding option -D to preconv and groff.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]