mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 14:50:05 +01:00
XQuartz: update quoting in case X11.app is moved to a directory with a space.
This commit is contained in:
parent
b62ed1f8ea
commit
cc805dc799
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue