ruby: More /system/bin/sh -> $PREFIX/bin/sh

This commit is contained in:
Fredrik Fornwall 2015-12-02 05:57:06 -05:00
parent 89a13ec524
commit e0525b0675
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ diff -u -r ../ruby-2.1.2/lib/mkmf.rb ./lib/mkmf.rb
CONFIG["hdrdir"] ||= $hdrdir
mk << %{
-SHELL = /bin/sh
+SHELL = /system/bin/sh
+SHELL = @TERMUX_PREFIX@/bin/sh
# V=0 quiet, V=1 verbose. other values don't work.
V = 0