Landry Breuil <lan...@rhaalovely.net> wrote:

> the end of the script does a nice bit of grep :
> 
> grep -w -h -F "`grep \"\<${publication}\>\" \"${srcdir}/configitems\" |
> grep \"\<${factor}\>\" | grep -v '^$' | cut -f 1`" include/pqxx/config.h
> >"$CONFIGFILE"

\< \> is a GNU-ism for beginning/end of word.  Our grep does not
support this.

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to