[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: Re: tazpanel fixed typo
- From: Daniele Guerrieri <d.guerrieri@xxxxxxxxx>
- Date: Tue, 7 Jun 2011 12:46:48 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Aubju5KzKfnx/4gQnH5CXtCkjtJEbdVi0SwaOAjDq/Y=; b=ff8aiK+Xy5KOsD03A94gnGO4RPnPXP9a+t4gRe9uZgH6p8Z2/cxM1ogIoB+UG7Gqzy q3KldN/V/6OTfyZCcPCoC5a0YpWaFzfP6S6ZU+cVE+ZfI03f2ocT1h/3wr38msMvz5Q1 TSNvKsvxIiToBTWeVnY4Vf1dBrtEq/qt7uWCY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=qpdVPiG8ALvlvbA7OZNvjxkfjzGjWh1Wl2sg9dcJKjBU89C4W57Dedw2r45lVtDyx0 KNYy6fL96LbXGfpfrH+pWRNn+s0vzeg+0iGHv7cZZLrctctbAGzTzr/aGrEYt1VWZ82P DN8RYYhN8oVqqlOlojOvjDFTN8A1I0+Xta+Ww=
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 <pankso@xxxxxxxxxx> 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/