summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorwl <wl>2008-12-22 20:59:18 +0000
committerwl <wl>2008-12-22 20:59:18 +0000
commite963af026afd58dc740def1418c48c8618c67a63 (patch)
tree37fbe45f23f40d492b5aefb2c34cb821a8883544 /contrib
parent26c100c461ceae4bbf0239823564f8e60ce527bb (diff)
downloadgroff-e963af026afd58dc740def1418c48c8618c67a63.tar.gz
* contrib/groffer/perl/roff2.pl: Fix syntax error.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/groffer/perl/roff2.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/groffer/perl/roff2.pl b/contrib/groffer/perl/roff2.pl
index 4bed5853..5f5ed1ad 100755
--- a/contrib/groffer/perl/roff2.pl
+++ b/contrib/groffer/perl/roff2.pl
@@ -5,10 +5,10 @@
# Source file position: <groff-source>/contrib/groffer/perl/roff2.pl
# Installed position: <prefix>/bin/roff2*
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
# Written by Bernd Warken.
-# Last update: 10 Nov 2006
+# Last update: 22 Dec 2008
# This file is part of `groffer', which is part of `groff'.
@@ -168,7 +168,6 @@ if ($Has_Groffer) {
}
}
}
- die "$Name: $ps2pdf;
$grog = `grog -Tps @filespec`;
chomp $grog;
system("$grog | $ps2pdf");