summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater/scripts/darwin
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2010-12-10 16:11:16 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2010-12-10 16:11:16 -0800
commitac2253abc430093ae15708bfb582448fb36c00ed (patch)
tree1a6ef739e04eefcd042e872ffc4bcd76ccde32d0 /indra/viewer_components/updater/scripts/darwin
parent8ab943f470552dd9469d6025bcd359a67ad5513e (diff)
fix quoting in script to work with spaces in directory names.
Diffstat (limited to 'indra/viewer_components/updater/scripts/darwin')
-rwxr-xr-xindra/viewer_components/updater/scripts/darwin/update_install2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/scripts/darwin/update_install b/indra/viewer_components/updater/scripts/darwin/update_install
index bfc12ada11..9df382f119 100755
--- a/indra/viewer_components/updater/scripts/darwin/update_install
+++ b/indra/viewer_components/updater/scripts/darwin/update_install
@@ -5,6 +5,6 @@
# to a marker file which should be created if the installer fails.q
#
-cd "$(dirname $0)"
+cd "$(dirname "$0")"
../Resources/mac-updater.app/Contents/MacOS/mac-updater -dmg "$1" -name "Second Life Viewer 2" -marker "$2" &
exit 0