From 44b2e32fb670e5e704f5721cf973cdc77d54a315 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 25 Aug 2021 13:12:50 +0900 Subject: Fix a typo --- tool/rbinstall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/rbinstall.rb') diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index 2f70f46ad3..e41f6887aa 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -99,7 +99,7 @@ def parse_args(argv = ARGV) case v when /\AINSTALL[-_]([-\w]+)=(.*)/ argv.unshift("--#{$1.tr('_', '-')}=#{$2}") - when /\A\w[-\w+]*=\z/ + when /\A\w[-\w]*=/ mflags << v when /\A\w[-\w+]*\z/ $install << v.intern -- cgit v1.2.1