From ecc3a7b6090552c309fe8e264d527ddd666a5761 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Sun, 21 Dec 2008 14:42:26 -0800 Subject: XQuartz: update quoting in case X11.app is moved to a directory with a space. (cherry picked from commit cc805dc799efa37c8dcefa3db04d87e9b835ffbd) --- hw/xquartz/bundle/X11.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xquartz/bundle/X11.sh b/hw/xquartz/bundle/X11.sh index f6fac9f50..4295da9b7 100755 --- a/hw/xquartz/bundle/X11.sh +++ b/hw/xquartz/bundle/X11.sh @@ -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 -- cgit v1.2.3