Woops, where'd that semicolon go when we most needed it?
This commit is contained in:
@@ -260,7 +260,7 @@ int LLWindow::ShellEx(const std::string& command)
|
||||
#elif LL_DARWIN
|
||||
"open \"";
|
||||
#else // LL_LINUX or other modern unix, pray it has xdg-open
|
||||
"xdg-open \""
|
||||
"xdg-open \"";
|
||||
#endif
|
||||
return std::system((open + command + '"').c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user