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.
12 lines
397 B
12 lines
397 B
diff -u -r ../ruby-2.4.0/ext/pty/pty.c ./ext/pty/pty.c
|
|
--- ../ruby-2.4.0/ext/pty/pty.c 2016-04-29 21:12:52.000000000 -0400
|
|
+++ ./ext/pty/pty.c 2017-01-13 07:15:02.848063672 -0500
|
|
@@ -164,7 +164,7 @@
|
|
char errbuf[32];
|
|
|
|
if (argc == 0) {
|
|
- const char *shellname = "/bin/sh";
|
|
+ const char *shellname = "@TERMUX_PREFIX@/bin/sh";
|
|
|
|
if ((p = getenv("SHELL")) != NULL) {
|
|
shellname = p;
|
|
|