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

diff -u -r ../cmake-3.2.2/Source/cmLocalUnixMakefileGenerator3.cxx ./Source/cmLocalUnixMakefileGenerator3.cxx
--- ../cmake-3.2.2/Source/cmLocalUnixMakefileGenerator3.cxx 2015-04-13 13:09:00.000000000 -0400
+++ ./Source/cmLocalUnixMakefileGenerator3.cxx 2015-05-24 16:04:48.182697757 -0400
@@ -743,7 +743,7 @@
#if !defined(__VMS)
makefileStream
<< "# The shell in which to execute make rules.\n"
- << "SHELL = /bin/sh\n"
+ << "SHELL = @TERMUX_PREFIX@/bin/sh\n"
<< "\n";
#endif
}