Subject: CVS commit: pkgsrc/mk/wrapper
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 09/19/2007 13:08:19
Module Name:	pkgsrc
Committed By:	rillig
Date:		Wed Sep 19 13:08:19 UTC 2007

Modified Files:
	pkgsrc/mk/wrapper: arg-pp-main arg-source

Log Message:
Fixed incorrect quoting of arguments. This behavior had been unnoticed
for several years now, since the directories in the -I... and -L...
options usually don't need quoting. But when the -D... option was
processed using the same code, the bug had become visible.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/mk/wrapper/arg-pp-main
cvs rdiff -r1.14 -r1.15 pkgsrc/mk/wrapper/arg-source

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