grep: Update from 2.23 to 2.24
[termux-packages] / packages / mc / main.c.patch
CommitLineData
59f0d218
FF
1diff -u -r ../mc-4.8.12/src/main.c ./src/main.c
2--- ../mc-4.8.12/src/main.c 2014-04-01 12:54:01.000000000 +0200
3+++ ./src/main.c 2014-06-05 16:29:02.609994281 +0200
4@@ -140,7 +140,7 @@
5 if ((mc_global.tty.shell == NULL) || (mc_global.tty.shell[0] == '\0'))
6 {
7 g_free (mc_global.tty.shell);
8- mc_global.tty.shell = g_strdup ("/bin/sh");
828e6c5e 9+ mc_global.tty.shell = g_strdup ("@TERMUX_PREFIX@/bin/sh");
59f0d218
FF
10 }
11
12 /* This is the directory, where MC was installed, on Unix this is DATADIR */