X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..c8e62b0adda4c04b337c2dde068e6f95950fe39b:/packages/ruby/pty.c.patch diff --git a/packages/ruby/pty.c.patch b/packages/ruby/pty.c.patch index d2b18bd8..1d23783c 100644 --- a/packages/ruby/pty.c.patch +++ b/packages/ruby/pty.c.patch @@ -6,7 +6,7 @@ diff -u -r ../ruby-2.1.2/ext/pty/pty.c ./ext/pty/pty.c shellname = pwent->pw_shell; else - shellname = "/bin/sh"; -+ shellname = "/system/bin/sh"; ++ shellname = "@TERMUX_PREFIX@/bin/sh"; } v = rb_str_new2(shellname); argc = 1;