diff options
Diffstat (limited to 'Master/texmf-dist/scripts/tlgs/gswin32')
-rwxr-xr-x | Master/texmf-dist/scripts/tlgs/gswin32/eps2eps.tlu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/eps2eps.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/eps2eps.tlu index 28f10afea71..715e7c1ff25 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/eps2eps.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/eps2eps.tlu @@ -27,7 +27,7 @@ else gs='gs' end -command={gs, '-q', '-sDEVICE=epswrite'} +command={gs, '-q', '-sDEVICE=eps2write'} if os.type=='unix' then command[#command+1]='-sstdout=%stderr' |