diff options
author | Oz Linden <oz@lindenlab.com> | 2014-01-24 16:41:16 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-01-24 16:41:16 -0500 |
commit | cabd5867b7bb35cff08024a5b7305f1ad8adf3fb (patch) | |
tree | 2dcf9e5b80f83ab4c4d6ef956f13c661943dc62c /indra | |
parent | eb6bfb9acae624427b050753e823f443cc262900 (diff) | |
parent | cec62b7872db7a9ca52e3872b96bf36f6e271f77 (diff) |
merge fix to the codesign fix
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 bf19722a82..96b4c7268c 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -833,7 +833,7 @@ class Darwin_i386_Manifest(ViewerManifest): signed=True # if no exception was raised, the codesign worked except ManifestError, err: if sign_attempts: - print >> sys.stderr, "codesign failed, waiting %d seconds before retrying" + print >> sys.stderr, "codesign failed, waiting %d seconds before retrying" % sign_retry_wait time.sleep(sign_retry_wait) sign_retry_wait*=2 else: |