[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: rawhide report: 20060119 changes
- From: Ray Strode <rstrode redhat com>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: rawhide report: 20060119 changes
- Date: Thu, 19 Jan 2006 19:44:07 -0500
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]