From 5926b213b39a90601c73f026dc0699723f5ed10d Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 10 Dec 2008 01:56:01 -0800 Subject: XQuartz: Fix path to executable (cherry picked from commit 7e9d3698e070a0c63dd2556651373c3aca58e2fe) --- hw/xquartz/bundle/X11.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "${@}" -- cgit v1.2.3