Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/crunch/crunchgen
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.
Home |
Main Index |
Thread Index |
Old Index