Index: /issm/trunk/cron/mailinglist
===================================================================
--- /issm/trunk/cron/mailinglist	(revision 2191)
+++ /issm/trunk/cron/mailinglist	(revision 2192)
@@ -1,2 +1,3 @@
 #Mailing list for nightly runs
-MAILINGLIST="mathieu.morlighem@jpl.nasa.gov helene.seroussi@jpl.nasa.gov eric.larour@jpl.nasa.gov"
+#MAILINGLIST="mathieu.morlighem@jpl.nasa.gov helene.seroussi@jpl.nasa.gov eric.larour@jpl.nasa.gov"
+MAILINGLIST="mathieu.morlighem@jpl.nasa.gov"
Index: /issm/trunk/cron/nightlyrun.sh
===================================================================
--- /issm/trunk/cron/nightlyrun.sh	(revision 2191)
+++ /issm/trunk/cron/nightlyrun.sh	(revision 2192)
@@ -179,14 +179,14 @@
 if [ "$SKIPMAIL" != "yes" ]
 then
-	source cron/mailinglist
+	source $ISSM_DIR/cron/mailinglist
 	for i in `echo $MAILINGLIST`; do
 
 		if [ "$OS" = "winxp32" ]
 		then
-			email -html -f "ISSM Nightly run $EMAIL_ADRESS" -s "Nightly runs of $ISSM_RELEASE , operating system: $OS. " $i < report.html 
+			email -html -f "ISSM Nightly run $EMAIL_ADRESS" -s "Nightly runs of $ISSM_RELEASE , operating system: $OS. " $i < $ISSM_DIR/test/Verification/NightlyRun/report.html
 		else 
 			if [ "$OS" = "linux64" ]
 			then
-				cat - report.html <<HERE | /usr/lib/sendmail  -oi -t
+				cat - $ISSM_DIR/test/Verification/NightlyRun/report.html <<HERE | /usr/lib/sendmail  -oi -t
 From: "ISSM Nightly run" <$EMAIL_ADRESS>
 To: $i
@@ -196,5 +196,5 @@
 HERE
 		else
-cat - report.html <<HERE | /usr/sbin/sendmail  -oi -t
+cat - $ISSM_DIR/test/Verification/NightlyRun/report.html <<HERE | /usr/sbin/sendmail  -oi -t
 From: "ISSM Nightly run" <$EMAIL_ADRESS>
 To: $i
Index: /issm/trunk/cron/run.sh
===================================================================
--- /issm/trunk/cron/run.sh	(revision 2191)
+++ /issm/trunk/cron/run.sh	(revision 2192)
@@ -47,5 +47,4 @@
 
 wait
-exit
 
 #remove matlab_run scripts.
