Initial push
[termux-packages] / packages / ruby / pty.c.patch
1 diff -u -r ../ruby-2.1.2/ext/pty/pty.c ./ext/pty/pty.c
2 --- ../ruby-2.1.2/ext/pty/pty.c 2014-02-10 12:45:14.000000000 +0100
3 +++ ./ext/pty/pty.c 2014-06-27 02:17:31.936710571 +0200
4 @@ -174,7 +174,7 @@
5 if (pwent && pwent->pw_shell)
6 shellname = pwent->pw_shell;
7 else
8 - shellname = "/bin/sh";
9 + shellname = "/system/bin/sh";
10 }
11 v = rb_str_new2(shellname);
12 argc = 1;