commit 2d203a9cc5812d92f578e0bc8d179fb6b2af8179
Author: Jorge L. Florit <jlflorit@gmail.com>
Date:   Thu Feb 27 16:54:46 2014 +0000

    Fix

diff --git a/nightlycompile.sh b/nightlycompile.sh
index f013f84..034e5fe 100755
--- a/nightlycompile.sh
+++ b/nightlycompile.sh
@@ -59,7 +59,6 @@ for t in $TARGETS; do
 	[ $? -ne 0 ] && [ ! -z "$MAIL" ] && echo "Error detected during QMP compilation process (for target $t)" | mail -s "[qMp] build system" $MAIL && ./scripts/extra-packages.script POST_BUILD "ar71xx" $t $EXTRA_PACKS
 done
 
-exit 0
 [ $DAYS_TO_PRESERVE -gt 0 ] && find images/ -iname "*.bin" -type f -mtime +$DAYS_TO_PRESERVE -exec rm -f '{}' \;
 
 (cd images && md5sum *.bin > IMAGES)
