update.
[chise/ruby.git] / tools / make-chisedb-tarball.rb
index 111ac8f..bb63575 100755 (executable)
@@ -31,7 +31,7 @@ def main(argv)
   print "escape special characters"
   Find.find(tmpdir+"/chise-db") {|f|
     next if f.path.directory?
-    nf = f.path.escape.to_s
+    nf = f.path.escape.unix_to_win.to_s
     next if f == nf
     cmd = "mv '#{f}' '#{nf}'"
     #puts cmd