aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r--linden/indra/newview/llstartup.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp
index 2ce111f..2d37eb3 100644
--- a/linden/indra/newview/llstartup.cpp
+++ b/linden/indra/newview/llstartup.cpp
@@ -2896,7 +2896,10 @@ void update_dialog_callback(S32 option, void *userdata)
2896 LLAppViewer::sUpdaterInfo->mUpdateExePath += "\" &"; 2896 LLAppViewer::sUpdaterInfo->mUpdateExePath += "\" &";
2897 2897
2898 LL_DEBUGS("AppInit") << "Calling updater: " << LLAppViewer::sUpdaterInfo->mUpdateExePath << LL_ENDL; 2898 LL_DEBUGS("AppInit") << "Calling updater: " << LLAppViewer::sUpdaterInfo->mUpdateExePath << LL_ENDL;
2899 2899
2900 // Run the auto-updater.
2901 system(LLAppViewer::sUpdaterInfo->mUpdateExePath.c_str()); /* Flawfinder: ignore */
2902
2900#elif LL_LINUX 2903#elif LL_LINUX
2901 OSMessageBox("Automatic updating is not yet implemented for Linux.\n" 2904 OSMessageBox("Automatic updating is not yet implemented for Linux.\n"
2902 "Please download the latest version from www.secondlife.com.", 2905 "Please download the latest version from www.secondlife.com.",