[Bug 494965] Review Request: pianobooster - A MIDI file player that teaches you how to play the piano

bugzilla at redhat.com bugzilla at redhat.com
Sun Apr 12 08:10:05 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=494965





--- Comment #4 from Orcan 'oget' Ogetbil <oget.fedora at gmail.com>  2009-04-12 04:10:05 EDT ---
Thanks for the update.

(In reply to comment #3)
> (In reply to comment #1)
> 
> > ! I prefer using sed+iconv instead of dos2unix to save a BR. But then again
> > this is a matter of taste. If you are going to use dos2unix, could you use the
> > -k flags to preserve timestamps?
> 
> Done. (Using sed now. However I haven't found an option to preserve the
> timestamp when using sed...)
> 

The standard way of making this is:

sed -e 's|\r||g' file > file.tmp
touch -r file file.tmp
mv file.tmp file


Let's wait for FE Legal's resolution for the license issue.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list