2022-03-26 22:13:05 +05:30
|
|
|
diff '--color=auto' -uNr node-v17.8.0.orig/lib/child_process.js node-v17.8.0/lib/child_process.js
|
|
|
|
--- node-v17.8.0.orig/lib/child_process.js 2022-03-26 22:11:04.095459285 +0530
|
|
|
|
+++ node-v17.8.0/lib/child_process.js 2022-03-26 22:12:16.905459258 +0530
|
2022-03-11 20:33:32 +05:30
|
|
|
@@ -589,7 +589,7 @@
|
2016-05-18 19:23:01 -04:00
|
|
|
if (typeof options.shell === 'string')
|
|
|
|
file = options.shell;
|
|
|
|
else if (process.platform === 'android')
|
|
|
|
- file = '/system/bin/sh';
|
|
|
|
+ file = '@TERMUX_PREFIX@/bin/sh';
|
|
|
|
else
|
|
|
|
file = '/bin/sh';
|
|
|
|
args = ['-c', command];
|