[gs-bugs] [Bug 691017] ps2pdfwr Error

bugs.ghostscript.com-bugzilla-daemon at ghostscript.com bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Tue Dec 22 08:34:23 UTC 2009


http://bugs.ghostscript.com/show_bug.cgi?id=691017

ken.sharp at artifex.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From ken.sharp at artifex.com  2009-12-22 00:34 -------
The line in ps2pdfwr in the current HEAD revision is already written this way:

#!/bin/sh
# $Id: ps2pdfwr 9344 2009-01-10 22:11:18Z till $
# Convert PostScript to PDF without specifying CompatibilityLevel.

# This definition is changed on install to match the
# executable name set in the makefile
GS_EXECUTABLE=gs
gs="`dirname $0`/$GS_EXECUTABLE"
if test ! -x "$gs"; then
	gs="$GS_EXECUTABLE"
fi
GS_EXECUTABLE="$gs"
....


I'd recommend upgrading to a more recent version, 8.61 is quite old.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the gs-bugs mailing list