diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-03-14 12:02:27 -0500 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:05 +0100 |
commit | 1da384e8036d72153071a25f2016f63588bf1e35 (patch) | |
tree | 25328039fb49cf16e0411cae31fd8a31a2ec125d | |
parent | 2e6b3c3d52cd9bfc2124e7e09c3d6c823a0d1f66 (diff) | |
download | vyos-live-build-1da384e8036d72153071a25f2016f63588bf1e35.tar.gz vyos-live-build-1da384e8036d72153071a25f2016f63588bf1e35.zip |
Clean out trailing white space and tabs on l-h.cgi cron.
-rwxr-xr-x | cgi/cron | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |