diff options
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 66ebd607c4..024f2f655c 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -398,6 +398,8 @@ class WindowsManifest(ViewerManifest):          sign_py = os.path.expandvars("${SIGN}")          if not sign_py or sign_py == "${SIGN}":              sign_py = 'C:\\buildscripts\\code-signing\\sign.py' +        else: +            sign_py = sign_py.replace('\\', '\\\\')          python = os.path.expandvars("${PYTHON}")          if not python or python == "${PYTHON}":              python = 'python' | 
