Revision
555
Author
wsiegrist@apple.com
Date
2009-09-08 18:06:31 -0700 (Tue, 08 Sep 2009)

Log Message

Make sure chroot_or_xcode is defined in all cases

Modified Paths

Diff

Modified: trunk/darwinbuild/darwinbuild.in (554 => 555)


--- 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