successful build should exit 0
authorbuild <build@41d37cc5-eb28-0410-a9bf-d37491348ade>
Wed, 14 Feb 2007 11:19:38 +0000 (11:19 +0000)
committerbuild <build@41d37cc5-eb28-0410-a9bf-d37491348ade>
Wed, 14 Feb 2007 11:19:38 +0000 (11:19 +0000)
scripts/nightly-build.sh

index c77ca14..567a726 100755 (executable)
@@ -40,7 +40,7 @@ function success () {
   if [ -n "$MAILTO" ] ; then
     date | mail -s "Successfull build in ${BUILD}" $MAILTO
   fi
-  exit 1
+  exit 0
 }
 
 function create_base () {