Skip to content

Commit ecd8561

Browse files
committed
C#: Undo poor mans quoting fix as it conflicts with the permanent solution.
1 parent da92da2 commit ecd8561

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

csharp/tools/tracing-config.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ function RegisterExtractorPack(id)
102102
dotnetRunNeedsSeparator = false
103103
dotnetRunInjectionIndex = i
104104
end
105-
-- if we encounter a whitespace, we explicitly need to quote the argument.
106-
if OperatingSystem == 'windows' and arg:match('%s') then
107-
argv[i] = '"' .. arg .. '"'
108-
end
109105
end
110106
if match then
111107
local injections = { '-p:UseSharedCompilation=false', '-p:EmitCompilerGeneratedFiles=true' }

0 commit comments

Comments
 (0)