summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorJJ Linden <jj@lindenlab.com>2014-10-28 18:31:07 -0700
committerJJ Linden <jj@lindenlab.com>2014-10-28 18:31:07 -0700
commit8530ca0b3dcb877655106453597c81d37cd91a36 (patch)
tree96773567ecce231d550c2075d431c27640bac28f /indra/newview
parentbfd7878d9aeb4b18b8e57d5c3b96ac050854c884 (diff)
fix for formatting issue
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 7c16c1f43e..043b345cbf 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -897,7 +897,7 @@ class Darwin_i386_Manifest(ViewerManifest):
else:
print >> sys.stderr, "Maximum codesign attempts exceeded; giving up"
raise
- self.run_command('spctl -a -texec -vv %(bundle)r' % self.get_dst_prefix())
+ self.run_command('spctl -a -texec -vv %(bundle)r' % { 'bundle': self.get_dst_prefix() })
imagename="SecondLife_" + '_'.join(self.args['version'])