[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1738-gb4521b8
[email protected] (Ken Sharp) Tue, 22 Oct 2019 09:58:07 +0000 (UTC)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via b4521b891de48d7f62be739d02749c4aeca2fde8 (commit)
from 7c836caa3e05a286ac56f39ed45dab65eb979ee9 (commit)
----------------------------------------------------------------------
commit b4521b891de48d7f62be739d02749c4aeca2fde8
Author: Ken Sharp <[email protected]>
Date: Tue Oct 22 10:57:59 2019 +0100
Fix dvipdf script
Bug #701771 "dvipdf script broken"
Apparently the script requires a trailing '-'
diff --git a/lib/dvipdf b/lib/dvipdf
index f643087..13e1985 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 -
Summary of changes:
lib/dvipdf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)