summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu
index e41ec7390d1..8c38ce1ff4e 100755
--- a/Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu
+++ b/Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu
@@ -53,7 +53,7 @@ end
local command={}
if os.type == 'unix' then command={'gs'} else command={'gswin32c'} end
-push(command, '-q', '-dNODISPLAY', '-dALLOWPSTRANSPARENCY', '-dDELAYSAFER',
+push(command, '-q', '-dNODISPLAY', '-dALLOWPSTRANSPARENCY',
'-sPDFname='..pdffile, '-sDSCname='..dscfile, 'pdf2dsc.ps',
'-c', 'quit')