[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
roff2.pl: Fix syntax error
From: |
Alexey Gladkov |
Subject: |
roff2.pl: Fix syntax error |
Date: |
Thu, 21 Aug 2008 00:32:43 +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 |
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 $?;
- roff2.pl: Fix syntax error,
Alexey Gladkov <=