Get rid of duplicate "--disable=gems" options

This commit is contained in:
Nobuyoshi Nakada 2023-01-25 13:20:39 +09:00
parent 545ade21a2
commit 00ee1d128f
Notes: git 2023-01-26 07:31:38 +00:00

View File

@ -70,7 +70,7 @@ AS_IF([test "$HAVE_BASERUBY" != no -a "`RUBYOPT=- $BASERUBY --disable=gems -e 'p
# Can MSys shell run a command with a drive letter?
RUBYOPT=- `cygpath -ma "$BASERUBY"` --disable=gems -e exit 2>/dev/null || HAVE_BASERUBY=no
])
BASERUBY="$BASERUBY --disable=gems"
RUBY_APPEND_OPTION(BASERUBY, "--disable=gems")
BASERUBY_VERSION=`$BASERUBY -v`
$BASERUBY -C "$srcdir" tool/downloader.rb -d tool -e gnu config.guess config.sub >&AS_MESSAGE_FD
], [