[Fedora-packaging] Use of dos2unix in %prep

Nicolas Mailhot nicolas.mailhot at laposte.net
Thu Jan 22 09:25:38 UTC 2009



Le Jeu 22 janvier 2009 00:53, Toshio Kuratomi a écrit :

> This discussion has ranged far afield of the original post.
>
> So, does anyone know of a reason to keep the dos2unix warning?

Is there anything dos2unix does which can not be done by standard
tools like sed?

for txt in *.txt ; do
   iconv -f WINDOWS-1252 -t UTF-8 -o $txt.1 $txt
   fold -s $txt.1 > $txt.2
   sed -i 's/\r//' $txt.2
   touch -r $txt $txt.2
   mv $txt.2 $txt
   rm $txt.1
done

-- 
Nicolas Mailhot




More information about the Fedora-packaging mailing list