Modified: trunk/darwinbuild/darwinbuild.common (365 => 366)
--- trunk/darwinbuild/darwinbuild.common 2008-04-04 22:44:31 UTC (rev 365)
+++ trunk/darwinbuild/darwinbuild.common 2008-04-09 20:56:55 UTC (rev 366)
@@ -226,7 +226,7 @@
elif [ $InstallPreBuiltRoot -eq 1 ]; then
# install a pre-built root, in inheritance order
while [ "$dbuild" != "" ]; do
- sites=$($DARWINXREF $dbfile -b $dbuild binary_sites "$X")
+ sites=$($DARWINXREF $dbfile -b $dbuild binary_sites "$Project")
Download "$CACHEDIR" \
"$Project.root.tar.gz" \
"$sites"
@@ -251,7 +251,7 @@
# if we didn't find the root for this build, keep looking in the next build
done
# we look through all inherited builds and couldn't actually install anything
- echo "ERROR: could not find root: $X" 1>&2
+ echo "ERROR: could not find root: $Project" 1>&2
exit 1
fi