CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/20 09:58:08
Modified files:
usr.bin/grep : grep.c
Log message:
Fix "grep -e foo -w" crash. The problem lies in 'e' getopt clause
calling add_pattern, which in turn assumes that the getopt phase
has already finished.
OK otto@
