summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2014-03-17 15:50:06 -0700
committerCallum Prentice <callum@lindenlab.com>2014-03-17 15:50:06 -0700
commitd1499e5253cdc1f9b3c40765f80c000fa2e07a28 (patch)
tree4407ad45783d7d9697ba0b2abd6937c7f4d3b88c /indra/newview
parentf232096bba9280dd78ef378612eeb65ae2814307 (diff)
WENG-1470 (Partial) Secondlife Login Screen Redesign - auto merge messed up a python script somehow.
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 c331fa2c6c..fe0774b409 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -628,7 +628,7 @@ class Windows_i686_Manifest(ViewerManifest):
while (not installer_created) and (nsis_attempts > 0):
try:
nsis_attempts-=1;
- self.run_command('"' + proper_windows_path(NSIS_path) + '" ' + self.dst_path_of(tempfile))
+ self.run_command('"' + proper_windows_path(NSIS_path) + '" ' + self.dst_path_of(tempfile))
installer_created=True # if no exception was raised, the codesign worked
except ManifestError, err:
if nsis_attempts: