Index: /issm/trunk/cron/report.sh
===================================================================
--- /issm/trunk/cron/report.sh	(revision 1634)
+++ /issm/trunk/cron/report.sh	(revision 1635)
@@ -13,5 +13,5 @@
 
 #create some variables
-if [ `wc -l nightly.log | awk '{printf("%s",$1);}'`  = "0" ]
+if [ $(ls -1 $ISSM_DIR/bin | wc -l) -le 20 ];
 then
 	IS_INSTALL=0
