Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 20397)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 20398)
@@ -47,6 +47,8 @@
 	#Process html page and get the list of files that has changed (tricky...)
 	cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\
-		#/g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
+		/g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
 	if [ -z "$(cat $ISSM_DIR/TEMP)" ] ; then
+		echo "List of changed files"
+		cat $ISSM_DIR/TEMP
 		echo "ERROR: file list is empty! Triggering full install"
 		ISSM_EXTERNALPACKAGES="install"
@@ -55,5 +57,5 @@
 	else
 		echo "List of changed files"
-		cat TEMP
+		cat $ISSM_DIR/TEMP
 	fi
 
