diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-10 01:56:01 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-10 15:08:30 -0800 |
commit | 5926b213b39a90601c73f026dc0699723f5ed10d (patch) | |
tree | 7d8905d7ff9d9fb77f237cf8afb3fb96e4f45bea | |
parent | 13eff12902be1b25d0ccc2089e08305f88949f32 (diff) |
XQuartz: Fix path to executable
(cherry picked from commit 7e9d3698e070a0c63dd2556651373c3aca58e2fe)
-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 "${@}" |