Files
node/doc/api
Tessei Kameyama af883e1f99 child_process: fix switches for alternative shells on Windows
On Windows, normalizeSpawnArguments set "/d /s /c" for any shells.
It cause exec and other methods are limited to cmd.exe as a shell.

Powershell and git-bash are often used instead of cmd.exe,
and they can recieve "-c" switch like unix shells.
So normalizeSpawnArguments is changed to set "/d /s /c" for cmd.exe,
and "-c" for others.

Fixes: https://github.com/nodejs/node/issues/21905
PR-URL: https://github.com/nodejs/node/pull/21943
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: João Reis <reis@janeasystems.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2018-09-05 20:52:02 +01:00
..
2018-09-02 18:14:23 +02:00
2018-09-05 10:26:48 -07:00
2018-09-03 10:51:13 +02:00
2018-07-15 23:57:35 +03:00
2018-07-15 23:57:35 +03:00
2018-09-02 18:49:29 +03:00
2018-07-14 22:57:03 +03:00
2018-07-14 22:57:03 +03:00
2018-05-02 06:17:08 +03:00
2018-07-14 22:57:03 +03:00
2018-07-15 23:57:35 +03:00
2018-09-05 20:53:59 +02:00
2018-09-03 17:47:28 +03:00