website diff scripts/get-latest.sh @ rev 681

en: add review from Linux Journal
author Christophe Lincoln <pankso@slitaz.org>
date Sun Nov 07 16:40:24 2010 +0100 (2010-11-07)
parents c55af5fe90ab
children a25d8f788c09
line diff
     1.1 --- a/scripts/get-latest.sh	Sun Nov 07 16:11:42 2010 +0100
     1.2 +++ b/scripts/get-latest.sh	Sun Nov 07 16:40:24 2010 +0100
     1.3 @@ -29,7 +29,7 @@
     1.4  while read file
     1.5  do
     1.6  	echo -n '	<li><strong>'$(stat -c '%y' $PKGS/$file | \
     1.7 -	cut -d ' ' -f 1); echo "</strong> - $file</li>"
     1.8 +	cut -d '.' -f 1); echo "</strong> - $file</li>"
     1.9  done >> $OUTPUT
    1.10  echo "</ul>" >> $OUTPUT
    1.11  echo "Done"