You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
385 B
13 lines
385 B
7 years ago
|
diff -u -r ../gdb-8.1/gdb/ser-pipe.c ./gdb/ser-pipe.c
|
||
|
--- ../gdb-8.1/gdb/ser-pipe.c 2018-01-05 04:07:23.000000000 +0000
|
||
|
+++ ./gdb/ser-pipe.c 2018-01-31 22:21:26.902931647 +0000
|
||
|
@@ -122,7 +122,7 @@
|
||
|
}
|
||
|
|
||
|
close_most_fds ();
|
||
|
- execl ("/bin/sh", "sh", "-c", name, (char *) 0);
|
||
|
+ execl ("@TERMUX_PREFIX@/bin/sh", "sh", "-c", name, (char *) 0);
|
||
|
_exit (127);
|
||
|
}
|
||
|
|