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

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


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

Log Message:
-----------
receipts for pre-built roots were all using the same hash value. oops

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

Modified: trunk/darwinbuild/darwinbuild.common
===================================================================
--- trunk/darwinbuild/darwinbuild.common	2005-09-05 06:16:50 UTC (rev 222)
+++ trunk/darwinbuild/darwinbuild.common	2006-10-04 08:58:49 UTC (rev 223)
@@ -468,7 +468,7 @@
     # consume stdin
     cat > "$TmpFile"
 
-    if [ -z "$HashSource" ]; then
+    if [ -n "$HashSource" ]; then
 	if [ ! -r "$HashSource" ]; then
 	    echo "ERROR: Could not access $HashSource" 1>&2
 	    exit 1

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


More information about the darwinbuild-changes mailing list