rawhide report: 20060119 changes

Ray Strode rstrode at redhat.com
Fri Jan 20 00:44:07 UTC 2006


On Fri, 2006-01-20 at 09:20 +1100, Bojan Smojver wrote:
> > for f in /usr/lib*/bonobo/servers/*.server; do sed -ie 's|$(LIB)|$LIB|'
> $f; done
> 
> Shouldn't that be: 's|$(LIB)|$LIB|g'
Doesn't matter, either way actually.  all the bonobo .server files that
were affected don't have more than one occurrence of $(LIB) per line.

One problem with the above line though is the smashing of -ie toghether.
should probably be -i -e, because -i can take an optional "backup
extension" that means the broken .server files become .servere files :-)
--Ray




More information about the fedora-devel-list mailing list