Subject: CVS commit: pkgsrc/mk/bulk
To: None <pkgsrc-changes@NetBSD.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 10/02/2006 16:37:22
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Mon Oct  2 16:37:22 UTC 2006

Modified Files:
	pkgsrc/mk/bulk: pre-build

Log Message:
Change the quoting to let this work with solaris-2.9 /bin/sh.

The particular /bin/sh bug that was biting here is

  "${x}"/*/*/"$y"

doesn't expand the *'s if $y starts with a "." which, unfortunately, it
does.  Using

  "${x}"/*/*/$y

works correctly.


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 pkgsrc/mk/bulk/pre-build

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