[Issue 14282] executeShell should use sh and ignore the SHELL env variable
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Nov 2 12:33:54 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14282
Mark Isaacson <markisaa at umich.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |markisaa at umich.edu
--- Comment #9 from Mark Isaacson <markisaa at umich.edu> ---
We really should have a means of specifying what shell we'd like to use at the
call site. The fix for this issue ended up breaking some of my code without
providing a nice path back to correctness (I'll write a fix up in a sec, it's
just going to be more work than I expected).
Put in an enhancement request along these lines:
https://issues.dlang.org/show_bug.cgi?id=15276
--
More information about the Digitalmars-d-bugs
mailing list