Skip to content
Snippets Groups Projects
Commit 3493da8c authored by brad kittenbrink's avatar brad kittenbrink
Browse files

Fix for linux eol failures.

parent 9ae2891a
No related branches found
No related tags found
No related merge requests found
...@@ -35,4 +35,4 @@ void ll_install_update(std::string const & script, std::string const & updatePat ...@@ -35,4 +35,4 @@ void ll_install_update(std::string const & script, std::string const & updatePat
launcher.addArgument(updatePath); launcher.addArgument(updatePath);
launcher.launch(); launcher.launch();
launcher.orphan(); launcher.orphan();
} }
\ No newline at end of file
...@@ -39,4 +39,4 @@ ...@@ -39,4 +39,4 @@
void ll_install_update(std::string const & script, std::string const & updatePath); void ll_install_update(std::string const & script, std::string const & updatePath);
#endif #endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment