2015-06-13 01:03:31 +02:00
|
|
|
diff -u -r ../mc-4.8.12/src/main.c ./src/main.c
|
|
|
|
--- ../mc-4.8.12/src/main.c 2014-04-01 12:54:01.000000000 +0200
|
|
|
|
+++ ./src/main.c 2014-06-05 16:29:02.609994281 +0200
|
|
|
|
@@ -140,7 +140,7 @@
|
|
|
|
if ((mc_global.tty.shell == NULL) || (mc_global.tty.shell[0] == '\0'))
|
|
|
|
{
|
|
|
|
g_free (mc_global.tty.shell);
|
|
|
|
- mc_global.tty.shell = g_strdup ("/bin/sh");
|
2015-06-30 21:40:03 +02:00
|
|
|
+ mc_global.tty.shell = g_strdup ("@TERMUX_PREFIX@/bin/sh");
|
2015-06-13 01:03:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* This is the directory, where MC was installed, on Unix this is DATADIR */
|