gstreamer: Update from 1.12.3 to 1.14.0
[termux-packages] / packages / mc / lib-utilunix.c.patch
CommitLineData
545990b1
FF
1diff -u -r ../mc-4.8.20/lib/utilunix.c ./lib/utilunix.c
2--- ../mc-4.8.20/lib/utilunix.c 2017-03-04 18:51:38.000000000 +0100
3+++ ./lib/utilunix.c 2017-11-26 23:09:50.934799848 +0100
4@@ -511,7 +511,7 @@
5 mc_popen (const char *command, GError ** error)
6 {
7 mc_pipe_t *p;
8- const char *const argv[] = { "/bin/sh", "sh", "-c", command, NULL };
9+ const char *const argv[] = { "@TERMUX_PREFIX@/bin/sh", "sh", "-c", command, NULL };
10
11 p = g_try_new (mc_pipe_t, 1);
12 if (p == NULL)