Make sure chroot_or_xcode is defined in all cases
--- trunk/darwinbuild/darwinbuild.in 2009-09-04 21:56:08 UTC (rev 554)
+++ trunk/darwinbuild/darwinbuild.in 2009-09-09 01:06:31 UTC (rev 555)
@@ -608,6 +608,7 @@
###
### Also install CoreOSMakefiles and Perl for make based projects
###
+chroot_or_xcode="NO"
if [ "$CHROOTED" == "YES" -o $buildtool == "xcodebuild" ]; then
chroot_or_xcode="YES"
fi