From 828bfc2adef4ceefa2300fc127250b5b7210fccf Mon Sep 17 00:00:00 2001 From: William Todd Stinson Date: Wed, 10 Oct 2012 17:33:37 -0700 Subject: Attempting to fix an issue where the installed viewer does not run because of a bad command line option. --- indra/newview/viewer_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 1bc8306826..d270991d30 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -200,7 +200,7 @@ class ViewerManifest(LLManifest): grid_flags = '' if not self.default_grid(): grid_flags = "--grid %(grid)s "\ - "--helperuri http://preview-%(grid)s.secondlife.com/helpers/" %\ + %\ {'grid':self.grid()} # set command line flags for channel -- cgit v1.2.3