diff options
| author | Rob Mensching <rob@firegiant.com> | 2023-03-23 14:36:09 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2023-03-23 21:48:29 -0700 |
| commit | 38fe36a2072b1abde87b52643e43a3d7ddf2a2f5 (patch) | |
| tree | 96289f7d4ab6574bb07fee5e61bf6c1b7fcc4b12 /src/internal/WixInternal.TestSupport/ExternalExecutable.cs | |
| parent | 2426cee1fc8c6e809c5a37abdf9d722a6e8e3a33 (diff) | |
| download | wix-38fe36a2072b1abde87b52643e43a3d7ddf2a2f5.tar.gz wix-38fe36a2072b1abde87b52643e43a3d7ddf2a2f5.tar.bz2 wix-38fe36a2072b1abde87b52643e43a3d7ddf2a2f5.zip | |
Always add space to to test folder to flush out such bugs
Diffstat (limited to 'src/internal/WixInternal.TestSupport/ExternalExecutable.cs')
| -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); |
