Hi Sam, There is an Ant task that does the job : http://barracuda.enhydra.org/webdocs/jakarta-ant-1.4/docs/manual/api/org/apa che/tools/ant/taskdefs/FixCRLF.html I think it could be very easily added in the ant build script. Moreover it would be cross-platform ;-)
Cheers, Denis > -----Original Message----- > From: Sam Joseph [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 10, 2002 10:51 AM > To: Turbine Users List > Cc: Age Mooy; torque; [EMAIL PROTECTED] > Subject: Re: Weird problem with mySQL syntax on different OS > > > Sam Joseph wrote: > > > Will post the script/command when I get something working. > > find -type f | xargs perl -pi -e 's/\r//' > > run in the templates directory should clear things up. > > CHEERS> SAM > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
