diff options
Diffstat (limited to '')
-rw-r--r-- | src/internal/WixInternal.TestSupport/ExternalExecutable.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/WixInternal.TestSupport/ExternalExecutable.cs b/src/internal/WixInternal.TestSupport/ExternalExecutable.cs index e0345dfb..9effd843 100644 --- a/src/internal/WixInternal.TestSupport/ExternalExecutable.cs +++ b/src/internal/WixInternal.TestSupport/ExternalExecutable.cs | |||
@@ -195,7 +195,7 @@ namespace WixInternal.TestSupport | |||
195 | sb.Append(' '); | 195 | sb.Append(' '); |
196 | } | 196 | } |
197 | 197 | ||
198 | if (arg.IndexOf(' ') > -1) | 198 | if (arg.IndexOf(' ') > -1 && !arg.EndsWith("\"")) |
199 | { | 199 | { |
200 | sb.Append("\""); | 200 | sb.Append("\""); |
201 | sb.Append(arg); | 201 | sb.Append(arg); |