mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
XQuartz: update quoting in case X11.app is moved to a directory with a space.
(cherry picked from commit cc805dc799efa37c8dcefa3db04d87e9b835ffbd)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash --login
|
||||
|
||||
if [ -x ~/.x11run ]; then
|
||||
exec ~/.x11run "$(dirname $0)"/X11.bin "${@}"
|
||||
exec ~/.x11run "$(dirname "$0")"/X11.bin "${@}"
|
||||
else
|
||||
exec "$(dirname $0)"/X11.bin "${@}"
|
||||
exec "$(dirname "$0")"/X11.bin "${@}"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user