Subject: CVS commit: src/lib/libedit
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/22/2005 16:45:03
Module Name:	src
Committed By:	christos
Date:		Sat Oct 22 16:45:03 UTC 2005

Modified Files:
	src/lib/libedit: makelist

Log Message:
change tr '[a-z]' '[A-Z]' to tr '[:lower:]' '[:upper:]' so that POSIX systems
work properly regardless of environment variable settings.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/lib/libedit/makelist

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.