summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts/tlgs/gswin32/ps2ascii.tlu
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/scripts/tlgs/gswin32/ps2ascii.tlu')
-rwxr-xr-xMaster/texmf/scripts/tlgs/gswin32/ps2ascii.tlu4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/tlgs/gswin32/ps2ascii.tlu b/Master/texmf/scripts/tlgs/gswin32/ps2ascii.tlu
index f219ab3ff1f..25cc36bf95d 100755
--- a/Master/texmf/scripts/tlgs/gswin32/ps2ascii.tlu
+++ b/Master/texmf/scripts/tlgs/gswin32/ps2ascii.tlu
@@ -36,7 +36,7 @@ else
end
command={gs, '-q', '-dNODISPLAY', '-dBATCH', '-dSAFER', '-dDELAYBIND',
- '-dWRITESYSTEMDICT', '-dSIMPLE', 'ps2ascii.ps', '-c', 'save',
+ '-dWRITESYSTEMDICT', '-dSIMPLE', '-c', 'save',
'-f', 'ps2ascii.ps'}
if #arg < 2 then
@@ -49,7 +49,7 @@ if #arg < 2 then
elseif #arg == 2 then
-- We need a shell for I/O redirection.
command=gs..' -q -dNODISPLAY -dBATCH -dSAFER -dDELAYBIND'..
- '-dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps -c save'..
+ '-dWRITESYSTEMDICT -dSIMPLE -c save'..
'-f ps2ascii.ps > "'..arg[2]..'"'
end