Greetings!

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

--
Rgrds, legion
--- groff-1.19.3/contrib/groffer/perl/roff2.pl.fix      2008-08-21 00:22:33 
+0400
+++ groff-1.19.3/contrib/groffer/perl/roff2.pl  2008-08-21 00:24:29 +0400
@@ -167,9 +167,8 @@ if ($Has_Groffer) {
          last;
        }
       }
     }
-    die "$Name:  $ps2pdf;
     $grog = `grog -Tps @filespec`;
     chomp $grog;
     system("$grog | $ps2pdf");
     exit $?;
_______________________________________________
bug-groff mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-groff

Reply via email to