Get rid of duplicate "--disable=gems" options
This commit is contained in:
parent
545ade21a2
commit
00ee1d128f
Notes:
git
2023-01-26 07:31:38 +00:00
@ -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
|
||||
], [
|
||||
|
Loading…
x
Reference in New Issue
Block a user