zircon^2
gareth 2007-05-16 19:57:27 +00:00
parent 9984790fc3
commit 154cd7b3ae
1 changed files with 3 additions and 10 deletions

View File

@ -14,14 +14,7 @@ printf "Updating templates..."
printf "Running prebuild..."
cd build
mono bin/Prebuild.exe /target nant
if [ $? -eq 0 ]
if [ $? -eq 0 ]
printf "Doing the build..."
nant
else
exit 1
fi
else
exit 1
fi
print "Doing the build..."
nant