[jbosstools-commits] JBoss Tools SVN: r23060 - trunk/build.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sat Jun 26 03:31:13 EDT 2010


Author: nickboldt
Date: 2010-06-26 03:31:13 -0400 (Sat, 26 Jun 2010)
New Revision: 23060

Modified:
   trunk/build/publish.sh
Log:
spacing issue on older RHEL

Modified: trunk/build/publish.sh
===================================================================
--- trunk/build/publish.sh	2010-06-26 06:56:15 UTC (rev 23059)
+++ trunk/build/publish.sh	2010-06-26 07:31:13 UTC (rev 23060)
@@ -66,7 +66,7 @@
 	echo "" >> ${fl}; echo -n "FAI" >> ${fl}; echo -n "LURES FOUND: "$cnt >> ${fl};
 fi 
 el=${WORKSPACE}/site/${JOB_NAME}/ERRORLOG.txt
-sed -ne "/<<< ERR/,+9 p" ${bl} | sed -e "/RROR/,+9     s/\(.\+RROR.\+\)/\n----------\n\n\1/g" > ${el}
+sed -ne "/<<< ERR/,+9 p" ${bl} | sed -e "/RROR/,+9 s/\(.\+RROR.\+\)/\n----------\n\n\1/g" > ${el}
 cnt=$(sed -ne "/ERR\|RROR/" ${el} | wc -l) 
 if [[ $cnt != "0" ]]; then
 	echo "" >> ${el}; echo -n "ERR" >> ${el}; echo "RORS FOUND: "$cnt >> ${el};



More information about the jbosstools-commits mailing list