XQuartz: Fix path to executable

This commit is contained in:
Jeremy Huddleston 2008-12-10 01:56:01 -08:00
parent 2d52367ab9
commit 7e9d3698e0

View File

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