[Bug 1048618] Review Request: wp34s - RPN programmable calculator

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



--- Comment #5 from Christopher Meng <i@xxxxxxxx> ---
BuildRequires:  dos2unix

may not keep the timestamp, you should use sed and touch to keep that.

for f in `find . -type f`
do
    if `file $f | grep -q CRLF`
    then
         sed '/\/usr\/bin\/env/d' $f > $f.new &&
         touch -r $f $f.new &&
         mv $f.new $f
    fi
done

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review





[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]