Skip to content

Commit

Permalink
Apply mruby#4884
Browse files Browse the repository at this point in the history
  • Loading branch information
take-cheeze committed Dec 23, 2019
1 parent 569a28c commit cb70053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mruby/build.rb
Expand Up @@ -280,7 +280,7 @@ def cygwin_filename(name)
if name.is_a?(Array)
name.flatten.map { |n| cygwin_filename(n) }
else
`cygpath -w "#{filename(name)}"`.strip
'"%s"' % `cygpath -w "#{filename(name)}"`.strip
end
end

Expand Down

0 comments on commit cb70053

Please sign in to comment.