Subject: CVS commit: [pkgsrc-2006Q3] pkgsrc/mk/bulk
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 10/07/2006 02:30:53
Module Name:	pkgsrc
Committed By:	salo
Date:		Sat Oct  7 02:30:53 UTC 2006
Modified Files:
	pkgsrc/mk/bulk [pkgsrc-2006Q3]: pre-build
Log Message:
Pullup ticket 1840 - requested by dmcmahill
portability fix for bulk build script
   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.60.6.1 pkgsrc/mk/bulk/pre-build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.