зеркало из https://github.com/github/codeql.git
C#: Poor mans quoting of arguments on windows.
This commit is contained in:
Родитель
94442c1799
Коммит
9691100138
|
@ -84,6 +84,10 @@ 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' }
|
||||
|
|
Загрузка…
Ссылка в новой задаче