summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-12-11 11:22:27 +0900
committerKoichi Sasada <ko1@atdot.net>2019-12-11 11:24:42 +0900
commitbbbf451bffbc5605b53726c5977d96bffc10d162 (patch)
treebd82b2d3c88f8b64e6338a82ac6f3cec9e6d79fb
parent40026a408df5e3576380f6c1d8bf6c119fa2e32b (diff)
Update tool/mk_builtin_binary.rb
Co-Authored-By: Sutou Kouhei <kou@cozmixng.org>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2735
-rw-r--r--tool/mk_builtin_binary.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mk_builtin_binary.rb b/tool/mk_builtin_binary.rb
index dabc149d62..1b3fe50ac9 100644
--- a/tool/mk_builtin_binary.rb
+++ b/tool/mk_builtin_binary.rb
@@ -20,7 +20,7 @@ puts <<H
H
-if !ARGV.grep('--cross=yes').empty?
+if ARGV.include?('--cross=yes')
# do nothing
else
ary = []