chiark / gitweb /
Initial push
[termux-packages] / packages / mc / main.c.patch
1 diff -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");
9 +        mc_global.tty.shell = g_strdup ("/system/bin/sh");
10      }
11  
12      /* This is the directory, where MC was installed, on Unix this is DATADIR */