Subject: CVS commit: src/usr.bin/crunch/crunchgen
To: None <source-changes@NetBSD.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: source-changes
Date: 12/08/2003 23:57:13
Module Name: src
Committed By: dmcmahill
Date: Mon Dec 8 23:57:13 UTC 2003
Modified Files:
src/usr.bin/crunch/crunchgen: crunchgen.c
Log Message:
Use grep in favor of egrep in a few places. The pattern being searched
for is just a string and some egrep's (notably the Solaris one) don't like
the -w option.
To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/usr.bin/crunch/crunchgen/crunchgen.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.