[*] caught unescaped path

This commit is contained in:
Reece Wilson 2023-06-29 08:49:17 +01:00
parent 91ee130890
commit 397b574607

View File

@ -28,7 +28,7 @@ local addBuildCommand = function(when, scriptType, path, cwdRelToProject, args)
end
local cur = auGetCurrentProjectMeta()
command = command .. getPremakeExec()
command = command .. "\"" .. getPremakeExec() .. "\""
local oldBootstrapPrefix = Aurora.Settings.sAbsRepoScripts