for code review, here is the script I used:

FILENAME=$1

if  file $1 | grep -i ascii  > /dev/null 2>&1
then
  mv $FILENAME $FILENAME.tmp
  tr -d '\015' < $FILENAME.tmp >$FILENAME
  rm $FILENAME.tmp
fi

Alexis


On Tue, Feb 17, 2009 at 12:18 PM, Alexis Midon <[email protected]> wrote:

>
> Hi guys,
>
> would you have any objections if I replace all CRLF by LF in 1.X and trunk?
> Respectively 114 files and 42 files would be affected.
>
> waiting for your feedback.
>
> Alexis
>

Reply via email to