kimmobrunfeldt / spawn-default-shell

Spawn shell command with platform default shell
https://www.npmjs.com/package/spawn-default-shell
MIT License
12 stars 4 forks source link

Fix bug where execution flag was incorrectly autodetected #2

Closed kimmobrunfeldt closed 8 years ago

kimmobrunfeldt commented 8 years ago

Fixes #1

New tests revealed unexpected behavior of cmd.exe in windows. That lead to this issue: https://github.com/kimmobrunfeldt/spawn-default-shell/issues/4. I'll leave the tests failing but meanwhile release a new version of spawn-default-shell which fixes the quite major bug #1.