From: Stefan F. <ste...@we...> - 2014-05-11 07:13:00
|
Hi Mikaela, thanks for reporting that. Most likely it is a side-effect of the current normalization of newlines in the repo: This release was done from a Windows OS and so rails.sh is converted to Windows standard. Solution is to flag rails.sh as a binary(!) file in the git repo to avoid normalization. The same should be done with rails.bat that would break after a release from a non-Windows OS. Martin: Will you look into this in the Rails 1.8.x branch? Stefan On 05/10/2014 12:51 PM, Mikaela Kumlander wrote: > Hi, > > > The latest Rails version 1.8.8 won't run in Linux - seems to be the same > newline problem as before. I corrected mine with a simple dos2unix > command, but you might want to fix the official source file as well... > > > > - - > Mikaela Kumlander > fa...@ik... <mailto:fa...@ik...> > > > > > ------------------------------------------------------------------------------ > Is your legacy SCM system holding you back? Join Perforce May 7 to find out: > • 3 signs your SCM is hindering your productivity > • Requirements for releasing software faster > • Expert tips and advice for migrating your SCM now > http://p.sf.net/sfu/perforce > > > > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |