summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-12-10 01:56:01 -0800
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-12-10 15:08:33 -0800
commit119d9c46e841f5fa35610f557e6fa1ec58587c24 (patch)
tree961370c48747539048face896306e12feed99b00
parentc46b564c47fde3474e948aa1b188a975836cba47 (diff)
XQuartz: Fix path to executable
(cherry picked from commit 7e9d3698e070a0c63dd2556651373c3aca58e2fe)
-rwxr-xr-xhw/xquartz/bundle/X11.sh2
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 "${@}"