summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Cherepanov <alex.cherepanov@artifex.com>2001-04-04 05:19:33 +0000
committerAlex Cherepanov <alex.cherepanov@artifex.com>2001-04-04 05:19:33 +0000
commit9653eb0f1f616e8f6e2543430d908d6ad3f8e087 (patch)
treef0fcaaa1df3d09fc5e3730bc9683a8749c6bcec4
parentf7b5c310669175da28e158c31fbf6f45ab080dd2 (diff)
downloadghostpdl-9653eb0f1f616e8f6e2543430d908d6ad3f8e087.tar.gz
Fix: Previous fix had OutputFile set to a debug value. Restoring it to NUL
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@1361 a1074d23-0009-0410-80fe-cf8c14f379e6
-rwxr-xr-xgs/lib/ps2epsi.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/lib/ps2epsi.bat b/gs/lib/ps2epsi.bat
index d8fd731ae..102d164d4 100755
--- a/gs/lib/ps2epsi.bat
+++ b/gs/lib/ps2epsi.bat
@@ -9,7 +9,7 @@ set infile=%1
set outfile=%2
rem Ghostscript uses %outfile% to define the output file
-%GSC% -q -dNOPAUSE -dSAFER -dDELAYSAFER -sDEVICE=bit -sOutputFile=aaa.bit ps2epsi.ps < %infile%
+%GSC% -q -dNOPAUSE -dSAFER -dDELAYSAFER -sDEVICE=bit -sOutputFile=NUL ps2epsi.ps < %infile%
rem We bracket the actual file with a few commands to help encapsulation
echo /InitDictCount countdictstack def gsave save mark newpath >> %outfile%