diff '--color=auto' -uNr node-v18.0.0.orig/lib/child_process.js node-v18.0.0/lib/child_process.js --- node-v18.0.0.orig/lib/child_process.js 2022-04-21 15:15:48.551869784 +0530 +++ node-v18.0.0/lib/child_process.js 2022-04-21 15:46:39.467175097 +0530 @@ -578,7 +578,7 @@ 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];