[darwinbuild-changes] [214] trunk/darwinbuild/darwinbuild.common

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 01:58:42 PDT 2006


Revision: 214
          http://trac.macosforge.org/projects/darwinbuild/changeset/214
Author:   ssen
Date:     2006-10-04 01:58:42 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
don't need this nullglob action, handled by main script

Modified Paths:
--------------
    trunk/darwinbuild/darwinbuild.common

Modified: trunk/darwinbuild/darwinbuild.common
===================================================================
--- trunk/darwinbuild/darwinbuild.common	2005-08-31 04:03:06 UTC (rev 213)
+++ trunk/darwinbuild/darwinbuild.common	2006-10-04 08:58:42 UTC (rev 214)
@@ -160,8 +160,6 @@
 	local InstallSelfBuiltRoot=0
 	local InstallPreBuiltRoot=0
 
-	shopt -s nullglob
-
 	###
 	### There will be duplication between the bash dependencies and the
 	### project's dependencies.  Therefore don't install something that
@@ -241,8 +239,6 @@
 	local depsbuilds="$3"
 	local receipts="$BuildRoot/usr/local/darwinbuild/receipts"
 
-	shopt -s nullglob
-
 	if [ ! -e "$receipts/$X.hdrs" -a ! -e "$receipts/$X" ]; then
 	bv=$(GetBuildVersion $DARWIN_BUILDROOT/Headers/${X/-*}/$X.hdrs*)
 	if [ -d $DARWIN_BUILDROOT/Headers/${X/-*}/$X.hdrs~$bv ]; then

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/f86f63bc/attachment-0001.html


More information about the darwinbuild-changes mailing list