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 c46b564c47
commit 119d9c46e8

View File

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