Skip to content

Commit b2b6922

Browse files
committed
Remove extra newlines
1 parent ebd0597 commit b2b6922

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,11 @@ ruby-*)
200200
if [[ $RUBY = *head* ]]; then
201201
EXTRA_FLAGS="--rubygems ignore"
202202
fi
203-
204203
CONFIGURE_OPTS=( --without-tcl --without-tk --without-gmp )
205204
case $RUBY in
206205
ruby-2.4*|ruby-2.5*)
207206
CONFIGURE_OPTS+=( --enable-install-static-library );;
208207
esac
209-
210208
announce rvm install $RUBY $EXTRA_FLAGS --verify-downloads 1 $MOVABLE_FLAG --disable-install-doc -- ${CONFIGURE_OPTS[@]};;
211209
jruby-head)
212210
update_mvn 3.3.9

0 commit comments

Comments
 (0)