From 9748a639549536ad0fc29445c8ea500ded22547d Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 30 Nov 2003 08:06:56 +0000 Subject: [PATCH] explicitly tell dvips to write output to a file --- FS/FS/cust_bill.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 64759f9bf..868771109 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1071,7 +1071,7 @@ sub print_ps { system('pslatex', "$file.tex"); system('pslatex', "$file.tex"); #system('dvips', '-t', 'letter', "$file.dvi", "$file.ps"); - system('dvips', '-t', 'letter', "$file.dvi" ); + system('dvips', '-t', 'letter', "$file.dvi", '-o', "$file.ps" ); open(POSTSCRIPT, "<$file.ps") or die "can't open $file.ps (probable error in LaTeX template): $!\n"; -- 2.11.0