cookutils rev 92

web: fix last commit typo
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 14:15:30 2011 +0200 (2011-05-08)
parents 947b89e7f402
children bbcefe9f3642
files web/cooker.cgi
line diff
     1.1 --- a/web/cooker.cgi	Sun May 08 14:14:15 2011 +0200
     1.2 +++ b/web/cooker.cgi	Sun May 08 14:15:30 2011 +0200
     1.3 @@ -126,7 +126,7 @@
     1.4  		case "$file" in
     1.5  			activity|cooknotes|cooklist)
     1.6  				[ "$file" == "cooklist" ] && \
     1.7 -					nb="packages: $(cat $cooklist | wc -l)
     1.8 +					nb="packages: $(cat $cooklist | wc -l)"
     1.9  				echo "<h2>DB: $file $nb</h2>"
    1.10  				echo '<pre>'
    1.11  				tac $CACHE/$file | \