On Tue Aug 9 11, Test Rat wrote:
> Alexander Best <arundel@freebsd.org> writes:
>
> [...]
> > gmake -C 6g install
> > gmake[1]: Entering directory `/usr/ports/lang/go/work/go-20110515/src/cmd/6g'
> > quietgcc -I"/usr/ports/lang/go/work/go-20110515/include" -ggdb -O2 -c "/usr/ports/lang/go/work/go-20110515/src/cmd/6g/list.c"
> > egrep: : error: .Each undeclared identifier|: error: for each function
> > it appears|is dangerous, better use|is almost always misused|: In
> > function |: At top level: |In file included from| from: No such file
> > or directory
>
> Do you use GREP_OPTIONS?
otaku% type $GREP_OPTIONS
otaku% echo foo | env -i GREP_OPTIONS= bsdgrep foo
env: bsdgrep: No such file or directory
otaku%
>
> $ echo foo | env -i GREP_OPTIONS= bsdgrep foo
> bsdgrep: foo: No such file or directory
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"