mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Cleanup hotfix version of quoting.
This commit is contained in:
@@ -84,10 +84,6 @@ function RegisterExtractorPack(id)
|
||||
dotnetRunNeedsSeparator = false
|
||||
dotnetRunInjectionIndex = i
|
||||
end
|
||||
-- if we encounter a whitespace, we explicitly need to quote the argument.
|
||||
if OperatingSystem == 'windows' and arg:match('%s') then
|
||||
argv[i] = '"' .. arg .. '"'
|
||||
end
|
||||
end
|
||||
if match then
|
||||
local injections = { '-p:UseSharedCompilation=false', '-p:EmitCompilerGeneratedFiles=true' }
|
||||
|
||||
Reference in New Issue
Block a user