diff options
Diffstat (limited to 'gs/lib/ps2ps')
-rwxr-xr-x | gs/lib/ps2ps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/lib/ps2ps b/gs/lib/ps2ps index 423f01f90..1d93c015c 100755 --- a/gs/lib/ps2ps +++ b/gs/lib/ps2ps @@ -5,7 +5,7 @@ # This definition is changed on install to match the # executable name set in the makefile GS_EXECUTABLE=gs -gs="`dirname $0`/$GS_EXECUTABLE" +gs="`dirname \"$0\"`/$GS_EXECUTABLE" if test ! -x "$gs"; then gs="$GS_EXECUTABLE" fi |