summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater/scripts/darwin/update_install
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-12-22 23:24:58 -0800
committerMerov Linden <merov@lindenlab.com>2010-12-22 23:24:58 -0800
commit49de8add8355455da4b6ec5aaa55427fafa94322 (patch)
tree5a068501f2332eb7641dfe14f4508869d3635bad /indra/viewer_components/updater/scripts/darwin/update_install
parentc86d6a7bbb7c0db7665b76cf52b12b90c6e98c6d (diff)
parente1b198a36b051051941c61d0a558766591ed4cfc (diff)
STORM-810 : Auto update and related changes (integration request from team chopper)
Diffstat (limited to 'indra/viewer_components/updater/scripts/darwin/update_install')
-rw-r--r--indra/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 9df382f119..6a95f96d86 100644
--- a/indra/viewer_components/updater/scripts/darwin/update_install
+++ b/indra/viewer_components/updater/scripts/darwin/update_install
@@ -6,5 +6,5 @@
#
cd "$(dirname "$0")"
-../Resources/mac-updater.app/Contents/MacOS/mac-updater -dmg "$1" -name "Second Life Viewer 2" -marker "$2" &
+(../Resources/mac-updater.app/Contents/MacOS/mac-updater -dmg "$1" -name "Second Life Viewer 2"; if [ $? -ne 0 ]; then echo $3 >> "$2"; fi;) &
exit 0