Commit da5a8f9d by Wilson Bilkovich

Quote JRuby check on FreeBSD to avoid "unary operator" syntax issue.

parent 59607cbe
...@@ -1281,7 +1281,7 @@ fi ...@@ -1281,7 +1281,7 @@ fi
if [ -z "$MAKE" ]; then if [ -z "$MAKE" ]; then
if [ "FreeBSD" = "$(uname -s)" ]; then if [ "FreeBSD" = "$(uname -s)" ]; then
if [ $(echo $1 | sed 's/-.*$//') = "jruby" ]; then if [ "$(echo $1 | sed 's/-.*$//')" = "jruby" ]; then
export MAKE="gmake" export MAKE="gmake"
else else
if [ "$(uname -r | sed 's/[^[:digit:]].*//')" -lt 10 ]; then if [ "$(uname -r | sed 's/[^[:digit:]].*//')" -lt 10 ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment