summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2005-11-11 00:00:00 +0100
committerHans Hagen <pragma@wxs.nl>2005-11-11 00:00:00 +0100
commit1ed71134fe156d6cd7bc35f6ec5941f9844014ad (patch)
tree71aaca9a640ca0ce8da8e55a528f883e6f15d0b0 /scripts
parent0746528ff3a98ee6e70c2121526c07507f614df9 (diff)
downloadcontext-1ed71134fe156d6cd7bc35f6ec5941f9844014ad.tar.gz
stable 2005.11.11
Diffstat (limited to 'scripts')
-rw-r--r--scripts/context/perl/mptopdf.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/context/perl/mptopdf.pl b/scripts/context/perl/mptopdf.pl
index 2ab90be06..fc1be6a84 100644
--- a/scripts/context/perl/mptopdf.pl
+++ b/scripts/context/perl/mptopdf.pl
@@ -104,7 +104,8 @@ foreach my $file (@files)
{ $command = "pdfetex -fmt=mptopdf -progname=context" }
if ($dosish)
{ $command = "$command \\relax $file" }
- else #~ print $command ;
+ else
+ { $command = "$command \\\\relax $file" }
system($command) ;
rename ("$_.pdf", "$_-$1.pdf") ;
if (-e "$_.pdf") { CopyFile ("$_.pdf", "$_-$1.pdf") }