[Issue 14282] New: executeShell should can sh and ignore the SHELL env variable

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Mar 13 13:23:41 PDT 2015


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

          Issue ID: 14282
           Summary: executeShell should can sh and ignore the SHELL env
                    variable
           Product: D
           Version: D2
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Phobos
          Assignee: nobody at puremagic.com
          Reporter: code at dawg.eu

It should call the sh binary to run on a POSIX compatible shell. The SHELL env
variable can be set to whatever the caller of a tool uses, e.g. fish or zsh.

http://linux.die.net/man/3/system
http://pubs.opengroup.org/onlinepubs/009695399/functions/system.html

--


More information about the Digitalmars-d-bugs mailing list