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

Modified Files:
	pkgsrc/mk/fetch: fetch-list.mk

Log Message:
Replace this:

	for i in `cmd`; do ...; done

with this:

	cmd | while read i; do ...; done


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

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