Re: Make problem....
[email protected] (Christos Zoulas)
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Organization | Astron Software |
| Message-ID | <[email protected]> |
On Jun 20, 5:31pm, [email protected] ("James K. Lowden") wrote: -- Subject: Re: [freetds] Make problem.... | Christos Zoulas wrote: | > I re-import FreeTDS in my own CVS tree and it would be nice if I did | > not need to do keyword stripping... | | $ find include src -name '*.[ch]' \ | | xargs perl -i -pe 's/\$Id/$FreeTDS/g' ChangeLog | | Would that not serve your purpose? That is what I do... I actually take out the $'s... But I forget sometimes and I get screwed up :-) christos