cool :)
i think it's better with grep -hs:
--- b
+++ a
@@ -449,7 +449,7 @@
table_head
for pkg in `cat packages.up`
do
- grep -hs "^$pkg |" $LOCALSTATE/packages.desc \
+ grep -s "^$pkg |" $LOCALSTATE/packages.desc \
$LOCALSTATE/undigest/*/packages.desc | \
parse_packages_desc
done
Regards,
Daniele
ps: sorry but i forgot to do hg update after hg pull so i was working
on an older version! :)
On Tue, Jun 7, 2011 at 9:42 AM, Christophe Lincoln <[email protected]> wrote:
>
> Hi,
>
>> i'm sorry, fixed another one, included both correction in the same
>> patch; changed tr [A-Z] [a-z] to [:upper:] [:lower:] to avoid
>> something like "Install" -> "bnstall". Now upgrade works fine.
>
> Both fixed, thanks a lot for these patches!
>
> http://hg.slitaz.org/tazpanel/rev/14b8a0c9baa5
> http://hg.slitaz.org/tazpanel/rev/adc06cfb2797
>
>> Regards,
>> daniele
>
> Hugs,
> - Christophe
>
> ---
> SliTaz GNU/Linux Mailing list - http://www.slitaz.org/
>
>
---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/