diff options
author | brad kittenbrink <brad@lindenlab.com> | 2010-11-09 17:42:05 -0800 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2010-11-09 17:42:05 -0800 |
commit | 3493da8c41a157f2cd52632c2ac69b67e4091644 (patch) | |
tree | 01f01b8449b7c558bde4f9d769f93de3ce17b886 /indra/viewer_components/updater/llupdateinstaller.cpp | |
parent | 9ae2891a3afefcbf0c72cadaef203426cb0e5954 (diff) |
Fix for linux eol failures.
Diffstat (limited to 'indra/viewer_components/updater/llupdateinstaller.cpp')
-rw-r--r-- | indra/viewer_components/updater/llupdateinstaller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/llupdateinstaller.cpp b/indra/viewer_components/updater/llupdateinstaller.cpp index 4d7c78d36c..1bb2101df1 100644 --- a/indra/viewer_components/updater/llupdateinstaller.cpp +++ b/indra/viewer_components/updater/llupdateinstaller.cpp @@ -35,4 +35,4 @@ void ll_install_update(std::string const & script, std::string const & updatePat launcher.addArgument(updatePath); launcher.launch(); launcher.orphan(); -}
\ No newline at end of file +} |