Files
UnrealEngineUWP/Engine/Source/Programs/AutomationTool/Linux
Michael Sartain 42a7ef68ef Fix command quoting in Linux chmod command
Current code generates: 'chmod +x \"/epic/projects/foo/Intermediate/Staging/foo.sh\"'

This works with xbuild, but fails with msbuild. New code generates:

Run App:sh CommandLine-c 'chmod +x "/epic/projects/foo/Intermediate/Staging/foo.sh"'

Similar to Ben's CL 2106889 and CL 2112830 changes in Engine/Source/Programs/AutomationTool/BuildUtils.cs


#jira none
#rb Ben.Marsh
#fyi Andrew.Grant, Brandon.Schaefer

[CL 11824678 by Michael Sartain in 4.25 branch]
2020-03-02 10:52:06 -05:00
..