Mail Archives: geda-user/2012/02/20/20:32:54
Juergen Harms wrote:
> >> sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA./51 Franklin
> >> Street, Fifth Floor, Boston, MA 02111-1301 USA/'
> >> $(git grep -l '675 Mass Ave')
>
> No git here, but thanks for the idea of a 1-liner. (-
>
> I added such a gadget into my spec file to make a temporary fix - used
>
> find . -type f -print0 | xargs -0 sed -i 's/675 Mass Ave, Cambridge, MA
> 02139, USA./51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA/'
No git in the packaging system I understand, but maybe you or someone
has a clone handy and can send a commit. Note that I added \n where I
think a line break needs to go to stay under 80 char lines. This may
or may not be important in the codebase.
//Peter
- Raw text -