[gs-cvs] rev 8547 - trunk/gs/lib

alexcher at ghostscript.com alexcher at ghostscript.com
Mon Feb 25 08:10:43 PST 2008


Author: alexcher
Date: 2008-02-25 08:10:43 -0800 (Mon, 25 Feb 2008)
New Revision: 8547

Modified:
   trunk/gs/lib/ps2pdfxx.bat
Log:
Remove a space betveen -f and a file name to prevent parsing of the file name
that starts with '-' as an options. Bug 689682.

DIFFERENCES:
None, not covered by the regression test.


Modified: trunk/gs/lib/ps2pdfxx.bat
===================================================================
--- trunk/gs/lib/ps2pdfxx.bat	2008-02-25 05:48:45 UTC (rev 8546)
+++ trunk/gs/lib/ps2pdfxx.bat	2008-02-25 16:10:43 UTC (rev 8547)
@@ -23,7 +23,7 @@
 :run
 echo -sOutputFile#%2 >>_.at2
 copy /b /y _.at2+_.at >NUL
-echo -c .setpdfwrite -f %1 >>_.at2
+echo -c .setpdfwrite -f%1 >>_.at2
 %GSC% @_.at @_.at2
 goto end
 



More information about the gs-cvs mailing list