From 8530ca0b3dcb877655106453597c81d37cd91a36 Mon Sep 17 00:00:00 2001
From: JJ Linden <jj@lindenlab.com>
Date: Tue, 28 Oct 2014 18:31:07 -0700
Subject: [PATCH] fix for formatting issue

---
 indra/newview/viewer_manifest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 7c16c1f43e4..043b345cbfd 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -897,7 +897,7 @@ def package_finish(self):
                         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'])
 
-- 
GitLab