use sh as default unix shell, not bash · npm/cli@3990b42 (original) (raw)

Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ const editor = process.env.EDITOR |
21 21 (isWindows ? 'notepad.exe' : 'vi')
22 22
23 23 const shell = isWindows ? process.env.ComSpec |
24 - : process.env.SHELL |
24 + : process.env.SHELL |
25 25
26 26 const { tmpdir, networkInterfaces } = require('os')
27 27 const getLocalAddresses = () => {