website rev 748

get-latest.sh: small fix
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 23 23:21:02 2011 +0100 (2011-01-23)
parents 35688e566dbe
children ae9e6cba0348
files libs/get-latest.sh
line diff
     1.1 --- a/libs/get-latest.sh	Sun Jan 23 23:17:48 2011 +0100
     1.2 +++ b/libs/get-latest.sh	Sun Jan 23 23:21:02 2011 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4  
     1.5  # Latest cooked packages by the build bot.
     1.6  echo -n "Getting latest cooked packages... "
     1.7 -echo '<ul>' >> $OUTPUT
     1.8 +echo '<ul>' > $OUTPUT
     1.9  cd $PKGS && ls -1t *.tazpkg | head -8 | \
    1.10  while read file
    1.11  do