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 21, 2019
1 parent c19b3d4 commit 30a27cb
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 30a27cb

Please sign in to comment.