[Issue 15000] Changes to userShell either need to be reverted or the std.process documentation needs to be updated

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Sep 2 00:10:19 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=15000

Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com

--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Congratulations on filing issue 15000.

(In reply to Jonathan M Davis from comment #0)
> 2. Change userShell back so that it actually returns the user's shell and
> not always /bin/sh but change spawnShell/executeShell to explicitly use
> /bin/sh or create some other, private helper function similar to userShell
> which returns the system's shell but not the necessarily the user's shell.

This seems to be the correct solution to me.

--


More information about the Digitalmars-d-bugs mailing list