[SCM] live-helper branch, debian-next, updated. debian/2.0_a8-1-60-g91a9603

Richard Nelson unixabg at gmail.com
Sun Mar 14 17:20:58 UTC 2010


The following commit has been merged in the debian-next branch:
commit 8535a827831ad3b33654bbec2b4850ddb28e1209
Author: Richard Nelson <unixabg at gmail.com>
Date:   Sun Mar 14 12:02:27 2010 -0500

    Clean out trailing white space and tabs on l-h.cgi cron.

diff --git a/cgi/cron b/cgi/cron
index 4e6ec45..c239332 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -48,7 +48,7 @@ fi
 
 # Ok from here spin through the live-helper.cgi files we have waiting to build
 #if ls "${_TEMPDIR}"/*.build > /dev/null 2>&1
-if Find_files ${_TEMPDIR}/*.build 
+if Find_files ${_TEMPDIR}/*.build
 then
 	for _FILE in "${_TEMPDIR}"/*.build
 	do
@@ -61,7 +61,7 @@ then
 		_CUSTOM_BOOTSTRAP=`awk -F\" '/^_CUSTOM_BOOTSTRAP=/{print $2}' ${_FILE}`
 		# Pull in the custom binary
 		_CUSTOM_BINARY=`awk -F\" '/^_CUSTOM_BINARY=/{print $2}' ${_FILE}`
-		
+
 		# Drop out some build data for information if something goes wrong.
 		echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-helper.cgi: begin web build (${_BUILD})." >> /var/log/live
 

-- 
live-helper



More information about the debian-live-changes mailing list