XQuartz: Fix path to executable
(cherry picked from commit 7e9d3698e070a0c63dd2556651373c3aca58e2fe)
This commit is contained in:
parent
c46b564c47
commit
119d9c46e8
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash --login
|
||||
|
||||
./X11 "${@}"
|
||||
"$(dirname $0)"/X11 "${@}"
|
||||
|
|
Loading…
Reference in New Issue