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.

13 lines
304 B

10 years ago
diff -u -r ../make-4.1/job.c ./job.c
--- ../make-4.1/job.c 2014-10-05 12:24:51.000000000 -0400
+++ ./job.c 2015-07-19 17:01:19.751113443 -0400
@@ -69,7 +69,7 @@
10 years ago
#else
10 years ago
-const char *default_shell = "/bin/sh";
+const char *default_shell = "@TERMUX_PREFIX@/bin/sh";
10 years ago
int batch_mode_shell = 0;
#endif