You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
457 B

--- ../cache/gnuit-4.9.5/src/system.c 2009-02-18 02:31:26.000000000 +0000
+++ ./src/system.c 2017-05-31 02:32:44.499460109 +0000
@@ -162,7 +162,7 @@
close(0);
}
- execle("/bin/sh", "sh", "-c", command, (char *)NULL, environ);
+ execle("/data/data/com.termux/files/usr/bin/sh", "sh", "-c", command, (char *)NULL, environ);
/* Make sure we exit if exec() fails. Call _exit() instead of
exit() to avoid flushing file descriptors twice (in the