mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add double quotes for cygwin filenames #4904
This commit is contained in:
+1
-1
@@ -280,7 +280,7 @@ EOS
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user