On Saturday 28 July 2001 13:28, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> 
> | My version of find does not recognise the "-path" option here. Is this a 
gnu 
> | extension?
> | 
> | po/Makefile.in.in:201:       grep -l "_(\".*\")" `find src -path 
> | src/frontends/kde  -prune -o -name \*.[hHC] -print `| \
> 
> probably then...
> 
> I guess it can be replaced with.
> 
> grep -l "_(\".*\")" `find src -name \*.[hHC] -print` |\
> grep -v frontends/kde |\ 
> 
> Can you try it out?

Worked like a dream, so I committed it!

Angus

Reply via email to