texlive[58385] Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu:

commits+kakuto at tug.org commits+kakuto at tug.org
Mon Mar 15 05:25:59 CET 2021


Revision: 58385
          http://tug.org/svn/texlive?view=revision&revision=58385
Author:   kakuto
Date:     2021-03-15 05:25:59 +0100 (Mon, 15 Mar 2021)
Log Message:
-----------
pdf2dsc.tlu: remove -dDELAYSAFER

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu

Modified: trunk/Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu
===================================================================
--- trunk/Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu	2021-03-15 04:22:12 UTC (rev 58384)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu	2021-03-15 04:25:59 UTC (rev 58385)
@@ -53,7 +53,7 @@
 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')
 



More information about the tex-live-commits mailing list.