Fixed: command-line now wraps executable in quotes

This commit is contained in:
Mark van Renswoude 2014-07-02 17:38:43 +00:00
parent dfcce839ea
commit 406e6e037a
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ var
parameters: string;
begin
Result := GetExecutable;
Result := '"' + GetExecutable + '"';
parameters := GetParameters;
if Length(parameters) > 0 then