diff --git a/releng/dobuild.sh b/releng/dobuild.sh index 02865839f3..eeba8a5f69 100755 --- a/releng/dobuild.sh +++ b/releng/dobuild.sh @@ -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