Summary: | Using full path in scripts like pdf2ps etc.? | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Till Kamppeter <till.kamppeter> |
Component: | General | Assignee: | Default assignee <ghostpdl-bugs> |
Status: | NOTIFIED FIXED | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | master | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.cups.org/str.php?L1125 | ||
Customer: | Word Size: | --- | |
Bug Depends on: | |||
Bug Blocks: | 689315 | ||
Attachments: |
Let the scripts call Ghostscript from the same directory
Offending PS file |
Description
Till Kamppeter
2007-07-04 03:06:13 UTC
Created attachment 3138 [details]
Let the scripts call Ghostscript from the same directory
Note that since this is intended for GPL Ghostscript, it shouldn't mention "ESP Ghostscript". Please use either "GPL Ghostscript" or just "Ghostscript". Created attachment 3147 [details]
Offending PS file
Comment on attachment 3147 [details]
Offending PS file
Sorry, the patch was for another bug, so ignore it.
The attached patch is not 100% correct. The string gs (not the variable gs) must be replaced by $GS_EXECUTABLE, so that the scripts will also work if the Ghostscript executable has a non-standard name. Fixed in rev 8107. |