summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorcallumprentice <none@none>2012-08-15 19:18:52 -0700
committercallumprentice <none@none>2012-08-15 19:18:52 -0700
commitf586a441cab0b27fd69cc6dfcf354e3da927d1c5 (patch)
tree080fe12e6c81825ddfbb0b55858de80671655ee4 /indra/newview/viewer_manifest.py
parent811c466c6bb0e0bb31a6d6b92cd938fe2b59f552 (diff)
silly typo - change language from dutch to english :)
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r--indra/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 0dc7b94d1e..80107d5776 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -834,7 +834,7 @@ class DarwinManifest(ViewerManifest):
keychain_pwd = open(keychain_pwd_path).read().rstrip()
self.run_command('security unlock-keychain -p "%s" "%s/Library/Keychains/viewer.keychain"' % ( keychain_pwd, home_path ) )
- self.run_command('codesign --force --sign --verboose %(identity)r %(bundle)r' % {
+ self.run_command('codesign --force --sign --verbose %(identity)r %(bundle)r' % {
'identity': identity,
'bundle': self.get_dst_prefix()
})