From: Ville Mattila Date: 2004-10-14T14:29:31+09:00 Subject: Re: [BUG] FileUtils doesn't copy binary files correctly on win32 Ville Mattila writes: > Hello, > nmake install DESTDIR=c:\ruby > does not copy binary files correctly. It seems like it will end to first > end of file char (^Z on dos). > The file is copied from samba share to local drive. If that's makes > difference. > Ruby version: ruby 1.8.2 (2004-10-11) [i386-mswin32] > > - Ville Binary file copying start working ok, if I revert recent io.c changes i.e. # cvs diff -up -r1.246.2.30 -r1.246.2.23 io.c > io.patch # patch < io.patch - Ville