From 7769d860da322f7c6fe8256ed45c091b127cce4c Mon Sep 17 00:00:00 2001 From: Dmitry Gritsay Date: Tue, 12 Dec 2017 15:05:56 +0200 Subject: [PATCH] Remove extra newlines --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index 9f9b5a941..ca3d310d0 100755 --- a/build.sh +++ b/build.sh @@ -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