XQuartz: Fix path to executable

(cherry picked from commit 7e9d3698e0)
This commit is contained in:
Jeremy Huddleston 2008-12-10 01:56:01 -08:00
parent 13eff12902
commit 5926b213b3

View file

@ -1,3 +1,3 @@
#!/bin/bash --login
./X11 "${@}"
"$(dirname $0)"/X11 "${@}"