diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2014-11-10 16:48:09 -0500 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2014-11-10 16:48:09 -0500 | 
| commit | cfc6e5b1b7c0ef8f8b0c374000b4ed5ec8365c6a (patch) | |
| tree | 27619b21adebe007b871d74ece856a974d976dc9 /indra | |
| parent | 4a329b391992af09116dc04b54daced3c50d4cba (diff) | |
Fix typo in new viewer_manifest.py codesigning logic.
'raisef' is not a Python statement.
Diffstat (limited to 'indra')
| -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 4d500b7ab7..a2039b4528 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -983,7 +983,7 @@ class Darwin_i386_Manifest(ViewerManifest):                                  sign_retry_wait*=2                              else:                                  print >> sys.stderr, "Maximum codesign attempts exceeded; giving up" -                                raisef +                                raise                      self.run_command('spctl -a -texec -vv %(bundle)r' % { 'bundle': app_in_dmg })              imagename="SecondLife_" + '_'.join(self.args['version'])  | 
