X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fruby.git;a=blobdiff_plain;f=tools%2Fmake-chisedb-tarball.rb;fp=tools%2Fmake-chisedb-tarball.rb;h=bb63575435c2c7c0ee905e131cb229d93ea9ef27;hp=111ac8f3ea1b99553facaf1d72e704c1513bb284;hb=4177ad07e67ec62ecf2216e7ff4b0b587834ecbb;hpb=069acda7069999c4e01b35caa9c91211ff67e55a diff --git a/tools/make-chisedb-tarball.rb b/tools/make-chisedb-tarball.rb index 111ac8f..bb63575 100755 --- a/tools/make-chisedb-tarball.rb +++ b/tools/make-chisedb-tarball.rb @@ -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