diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-12-07 16:43:04 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-12-07 16:43:04 -0500 |
commit | c565c62745ec37484118888f8f45dbde34d42e46 (patch) | |
tree | 9be19fdf531dc1a5032f7423bcc0486473b23071 | |
parent | 0e73aec0a25091b010812b878676c24dfb140af4 (diff) |
MAINT-8069: Pass any command-line arguments through to SL_Launcher.
-rwxr-xr-x | indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 9fc113ff72..f930e8b2ce 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -906,7 +906,7 @@ class DarwinManifest(ViewerManifest): toplevel_MacOS = self.get_dst_prefix() trampoline = self.put_in_file("""\ #!/bin/bash -open "%s" +open "%s" --args "$@" """ % # up one directory from MacOS to its sibling Resources directory os.path.join('$(dirname "$0")', os.pardir, 'Resources', launcher_app), |