[Debian-live-changes] r1375 - dists/trunk/live-webbuilder

Daniel Baumann daniel at alioth.debian.org
Mon May 7 19:58:33 UTC 2007


Author: daniel
Date: 2007-05-07 19:58:33 +0000 (Mon, 07 May 2007)
New Revision: 1375

Modified:
   dists/trunk/live-webbuilder/cron-webbuilder
Log:


Modified: dists/trunk/live-webbuilder/cron-webbuilder
===================================================================
--- dists/trunk/live-webbuilder/cron-webbuilder	2007-05-07 19:43:57 UTC (rev 1374)
+++ dists/trunk/live-webbuilder/cron-webbuilder	2007-05-07 19:58:33 UTC (rev 1375)
@@ -16,7 +16,6 @@
 MIRROR_SECURITY="http://ftp.us.debian.org/debian-security/"
 SITE_SERVER="http://localhost/live-webbuilder"
 TEMPDIR="/tmp"
-VERSION="0.1.0"
 MAILER=""
 
 # Check for webbuilder-cron.sh already running
@@ -29,10 +28,9 @@
 fi
 
 # The LWB_LIST is the listing of live-webbuilder files waiting
-LWB_LIST="`ls "${TEMPDIR}"/*.lwb`"
 
 # Ok from here spin through the live-webbuilder files we have waiting to build
-for LWB in ${LWB_LIST}
+for LWB in "${TEMPDIR}"/*.lwb
 do
 	if [ -f "${LWB}" ]
 	then




More information about the Debian-live-changes mailing list