https://d.puremagic.com/issues/show_bug.cgi?id=10863



--- Comment #1 from Nick Sabalausky <cbkbbej...@mailinator.com> 2014-02-04 
22:08:55 PST ---
Note that it also fails on windows when using escapeShellCommand (regardless of
whether shell or executeShell is used):

-------------------------
import std.process;
import std.stdio;
void main()
{
    // Both fail
    writeln( shell(escapeShellCommand("path with spaces\tool.exe")) );
    writeln( executeShell(escapeShellCommand("path with
spaces\tool.exe")).output );
}
-------------------------

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to