tazwok rev 16

Fixed cmd stats (no cooked packages)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Dec 30 17:34:48 2007 +0100 (2007-12-30)
parents d8154d33d3e2
children 9a7c35669bbc
files tazwok
line diff
     1.1 --- a/tazwok	Fri Dec 21 00:11:27 2007 +0100
     1.2 +++ b/tazwok	Sun Dec 30 17:34:48 2007 +0100
     1.3 @@ -343,7 +343,7 @@
     1.4  Packages repository  : $PACKAGES_REPOSITORY
     1.5  Sources repository   : $SOURCES_REPOSITORY
     1.6  Packages in the wok  : `ls -1 $WOK | wc -l`
     1.7 -Cooked packages      : `ls -1 $PACKAGES_REPOSITORY/*.tazpkg | wc -l`
     1.8 +Cooked packages      : `ls -1 $PACKAGES_REPOSITORY/*.tazpkg 2>/dev/null | wc -l`
     1.9  ================================================================================"
    1.10  		echo ""
    1.11  		;;