Closed tminakov closed 6 years ago
Adds a new executable argument to load(), the value of which is the actual shell to use for the execution. Default value is None, preserving the current behavior to run through /bin/sh (on POSIX systems).
executable
load()
/bin/sh
Fixes #50
@tminakov can you resolve the merge conflicts?
@davydany I see you took care of it; thanks!
Adds a new
executable
argument toload()
, the value of which is the actual shell to use for the execution. Default value is None, preserving the current behavior to run through/bin/sh
(on POSIX systems).Fixes #50