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
327 B

diff -u -r ../make-4.1/job.c ./job.c
--- ../make-4.1/job.c 2014-10-05 18:24:51.000000000 +0200
+++ ./job.c 2014-10-15 00:33:16.000000000 +0200
@@ -53,7 +53,7 @@
#elif defined (__EMX__)
-const char *default_shell = "/bin/sh";
+const char *default_shell = "/system/bin/sh";
int batch_mode_shell = 0;
#elif defined (VMS)