Skip to content

Commit

Permalink
Remove extra newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
d-unsed committed Dec 13, 2017
1 parent ebd0597 commit b2b6922
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,11 @@ ruby-*)
if [[ $RUBY = *head* ]]; then
EXTRA_FLAGS="--rubygems ignore"
fi

CONFIGURE_OPTS=( --without-tcl --without-tk --without-gmp )
case $RUBY in
ruby-2.4*|ruby-2.5*)
CONFIGURE_OPTS+=( --enable-install-static-library );;
esac

announce rvm install $RUBY $EXTRA_FLAGS --verify-downloads 1 $MOVABLE_FLAG --disable-install-doc -- ${CONFIGURE_OPTS[@]};;
jruby-head)
update_mvn 3.3.9
Expand Down

0 comments on commit b2b6922

Please sign in to comment.