Skip to content

Commit 67a7c34

Browse files
committed
* typofix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 71da1d9 commit 67a7c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/extmk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def extmake(target)
105105
$force_static = $OPT['extstatic'] == 'static'
106106
$make = $OPT['make'] || $make
107107
$mflags = Shellwords.shellwords($OPT['make-flags'] || "")
108-
$mflags[0].sub!(/^(?=\w+)$/, "-") unless mflags.empty?
108+
$mflags[0].sub!(/^(?=\w+)$/, "-") unless $mflags.empty?
109109
$make, *$mflags[0, 0] = Shellwords.shellwords($make)
110110

111111
mflags = $mflags.grep(/^-([^-].*)/) {$1}.join

0 commit comments

Comments
 (0)