summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorcoyot@coyot-sager-PC <coyot@coyot-sager-PC>2017-04-28 17:05:58 +0100
committercoyot@coyot-sager-PC <coyot@coyot-sager-PC>2017-04-28 17:05:58 +0100
commitb6e1419007e0bc768302d594649a262952e5fce6 (patch)
treefa9e5a7fbbbfa304fc32a6f791823402e98263d6 /indra/newview
parent24b4d3c13f15917f8c775d5b4211d213af9309c0 (diff)
SL-671: fix string substitution
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 78dc830c1b..2e3e4d6a07 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -669,7 +669,7 @@ class WindowsManifest(ViewerManifest):
!define VERSION "%(version_short)s"
!define VERSION_LONG "%(version)s"
!define VERSION_DASHES "%(version_dashes)s"
- !define VIEWER_EXE "%(viewer_exe)%s"
+ !define VIEWER_EXE "%(viewer_exe)s%"
""" % substitution_strings
if self.channel_type() == 'release':