summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2019-10-22 10:57:59 +0100
committerKen Sharp <ken.sharp@artifex.com>2019-10-22 10:57:59 +0100
commitb4521b891de48d7f62be739d02749c4aeca2fde8 (patch)
treef73ad78926ee22e44fb8710809bd834bdd01385b /lib
parent7c836caa3e05a286ac56f39ed45dab65eb979ee9 (diff)
downloadghostpdl-b4521b891de48d7f62be739d02749c4aeca2fde8.tar.gz
Fix dvipdf script
Bug #701771 "dvipdf script broken" Apparently the script requires a trailing '-'
Diffstat (limited to 'lib')
-rwxr-xr-xlib/dvipdf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvipdf b/lib/dvipdf
index f643087f3..13e19854b 100755
--- a/lib/dvipdf
+++ b/lib/dvipdf
@@ -43,4 +43,4 @@ fi
# We have to include the options twice because -I only takes effect if it
# appears before other options.
-exec dvips -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS
+exec dvips -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -