summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-08-23 12:44:52 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-08-23 12:44:52 +0000
commit4015184937843466e1c41e7a723b950c01041442 (patch)
treee6a8831a8a378bb3259eef94623202fd52e9137c /Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu
parentc61b85cdb055677c320fb8f1209800d33aa11637 (diff)
.setpdfwrite operator has been deprecated and will be removed
git-svn-id: svn://tug.org/texlive/trunk@51941 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu')
-rwxr-xr-xMaster/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu
index d694047cfff..b0debe869df 100755
--- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu
+++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu
@@ -150,7 +150,7 @@ push(command, '-sOutputFile='..file.output, '-P-', '-dSAFER')
-- We have to include the options twice because -I only takes effect
-- if it appears before other options [see ps2pdfwr].
-push(command, options, '-c', '.setpdfwrite', '-f', file.input)
+push(command, options, '-f', file.input)
command=fixwin(command)