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 -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list