whitespace

This commit is contained in:
Juergen Spitzmueller 2020-02-15 09:26:43 +01:00
parent 195393f401
commit e31364fdcb

View File

@ -1039,7 +1039,7 @@ cmd_ret const runCommand(string const & cmd)
command = rtrim(command, "2>&1");
err2out = true;
}
string const cmdarg = "/d /c \"" + command+"\"";
string const cmdarg = "/d /c \"" + command + "\"";
string const comspec = getEnv("COMSPEC");
security.nLength = sizeof(SECURITY_ATTRIBUTES);