aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewermacosx.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llappviewermacosx.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/linden/indra/newview/llappviewermacosx.cpp b/linden/indra/newview/llappviewermacosx.cpp
index 3e31ad7..e277425 100644
--- a/linden/indra/newview/llappviewermacosx.cpp
+++ b/linden/indra/newview/llappviewermacosx.cpp
@@ -112,10 +112,7 @@ void LLAppViewerMacOSX::handleCrashReporting()
112{ 112{
113 // Macintosh 113 // Macintosh
114 LLString command_str; 114 LLString command_str;
115 command_str = "crashreporter.app/Contents/MacOS/crashreporter "; 115 command_str = "open crashreporter.app";
116 command_str += "-user ";
117 command_str += gGridName;
118 command_str += " &"; // This backgrounds the command so system() doesn't block until the crashreporter exits.
119 system(command_str.c_str()); /* Flawfinder: ignore */ 116 system(command_str.c_str()); /* Flawfinder: ignore */
120 117
121 // Sometimes signals don't seem to quit the viewer. 118 // Sometimes signals don't seem to quit the viewer.