Subject: CVS commit: src/games/wtf
To: None <source-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 01/24/2007 13:17:42
Module Name: src
Committed By: hubertf
Date: Wed Jan 24 13:17:42 UTC 2007
Modified Files:
src/games/wtf: wtf
Log Message:
- Don't call basename $0 at many places. Use variable $PROGNAME
- Better check when neither $ACRONYMDB is define nor files in
/usr/share/misc/ are found
- Replace cat | fgrep to using fgrep only
- Replace sort | uniq to using sort -u
By Slava Semushin <slava.semushin@gmail.com> in private email.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/games/wtf/wtf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.