8 Aug
2011
8 Aug
'11
7:16 p.m.
On Mon, Aug 8, 2011 at 5:15 AM, Andrwe <archlinux@andrwe.org> wrote:
On Sun, 7 Aug 2011 00:09:35 -0400, Eric Bélanger wrote:
+ fullname=$(echo $pkgurl | sed 's#^file://##')
You can replace this with this bash internal syntax: fullname=${pkgurl#file://}
Kind regards, Andrwe
Thanks. I just sent a new patch.