aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xreleng/dobuild.sh13
1 files changed, 3 insertions, 10 deletions
diff --git a/releng/dobuild.sh b/releng/dobuild.sh
index 0286583..eeba8a5 100755
--- a/releng/dobuild.sh
+++ b/releng/dobuild.sh
@@ -14,14 +14,7 @@ printf "Updating templates..."
14printf "Running prebuild..." 14printf "Running prebuild..."
15cd build 15cd build
16mono bin/Prebuild.exe /target nant 16mono bin/Prebuild.exe /target nant
17if [ $? -eq 0 ] 17
18 if [ $? -eq 0 ] 18print "Doing the build..."
19 printf "Doing the build..." 19nant
20 nant
21 else
22 exit 1
23 fi
24else
25 exit 1
26fi
27 20