X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..f77975aa4004cc25288d9b77ac8f851d8f5760a2:/packages/mc/main.c.patch diff --git a/packages/mc/main.c.patch b/packages/mc/main.c.patch index e34707a2..1451f7db 100644 --- a/packages/mc/main.c.patch +++ b/packages/mc/main.c.patch @@ -6,7 +6,7 @@ diff -u -r ../mc-4.8.12/src/main.c ./src/main.c { g_free (mc_global.tty.shell); - mc_global.tty.shell = g_strdup ("/bin/sh"); -+ mc_global.tty.shell = g_strdup ("/system/bin/sh"); ++ mc_global.tty.shell = g_strdup ("@TERMUX_PREFIX@/bin/sh"); } /* This is the directory, where MC was installed, on Unix this is DATADIR */