Initial push
[termux-packages] / packages / gdb / fork_child_bin_sh.patch
1 diff -u -r ../gdb-7.6.2/gdb/fork-child.c ./gdb/fork-child.c
2 --- ../gdb-7.6.2/gdb/fork-child.c 2013-12-08 05:33:13.000000000 +0100
3 +++ ./gdb/fork-child.c 2014-01-07 16:43:01.862311352 +0100
4 @@ -36,7 +36,7 @@
5 #include <signal.h>
6
7 /* This just gets used as a default if we can't find SHELL. */
8 -#define SHELL_FILE "/bin/sh"
9 +#define SHELL_FILE "/system/bin/sh"
10
11 extern char **environ;