diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-10 01:56:01 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-12-16 12:03:05 -0800 |
commit | d9e1fdcd40bf12378c9fa05a8adbe3aefca65676 (patch) | |
tree | bd91e199f50b44719a33be13adf2f7a55ec4ba02 /hw/xquartz | |
parent | e93daf4e7140115f9485c8c0cdc358d50c9575be (diff) |
XQuartz: Fix path to executable
(cherry picked from commit 7e9d3698e070a0c63dd2556651373c3aca58e2fe)
(cherry picked from commit 5926b213b39a90601c73f026dc0699723f5ed10d)
Diffstat (limited to 'hw/xquartz')
-rwxr-xr-x | hw/xquartz/bundle/X11.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/bundle/X11.sh b/hw/xquartz/bundle/X11.sh index 5e00a8266..2f953d16c 100755 --- a/hw/xquartz/bundle/X11.sh +++ b/hw/xquartz/bundle/X11.sh @@ -1,3 +1,3 @@ #!/bin/bash --login -./X11 "${@}" +"$(dirname $0)"/X11 "${@}" |