Commit b63f1912 authored by kishima's avatar kishima

add double quotes for cygwin filenames #4904

parent 18248cfd
...@@ -280,7 +280,7 @@ EOS ...@@ -280,7 +280,7 @@ EOS
if name.is_a?(Array) if name.is_a?(Array)
name.flatten.map { |n| cygwin_filename(n) } name.flatten.map { |n| cygwin_filename(n) }
else else
`cygpath -w "#{filename(name)}"`.strip '"%s"' % `cygpath -w "#{filename(name)}"`.strip
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment