tazpanel fixed typo

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


another fix in tazpanel, pkgs.cgi # upgrade:

--- b
+++ a
@@ -449,8 +449,8 @@
 		table_head
 		for pkg in `cat packages.up`
 		do
-			grep -s "^$pkg |" $LOCALSTATE/packages.desc \
-				$LOCALSTATE/undisgest/*/packages.desc | \
+			grep -hs "^$pkg |" $LOCALSTATE/packages.desc \
+				$LOCALSTATE/undigest/*/packages.desc | \
 				parse_packages_desc
 		done
 		table_end

---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/