Subject: CVS commit: pkgsrc/mk/checksum
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/13/2006 16:44:14
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Jul 13 16:44:14 UTC 2006

Modified Files:
	pkgsrc/mk/checksum: checksum

Log Message:
* Fix bug when more than one file needed to be checksummed.

* Avoid shell differences between /bin/sh and Korn shell by using:

	while read line; do list; done < FILE

  instead of

	cat FILE | while read line; do list; done


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/checksum/checksum

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