[OpenWrt-Devel] [PATCH] ipkg-make-index: replace awk calls with stat and cut (from coreutils)

2011-10-27 Thread Raphaël HUCK
Hi all, this patch replaces awk calls with stat and cut, which are both included in coreutils. Thanks, -Raphaël --- scripts/ipkg-make-index.sh.orig 2011-10-27 16:08:33.149886769 +0200 +++ scripts/ipkg-make-index.sh 2011-10-27 16:13:25.593893720 +0200 @@ -12,8 +12,8 @@ which md5sum >/dev/null 2>&

Re: [OpenWrt-Devel] [PATCH] ipkg-make-index: replace awk calls with stat and cut (from coreutils)

2011-10-27 Thread Florian Fainelli
On Thursday 27 October 2011 16:45:11 Raphaël HUCK wrote: > Hi all, > > this patch replaces awk calls with stat and cut, which are both > included in coreutils. Have you verified this works on BDS platforms, as well as MacOSX? -- Florian ___ openwrt-dev

Re: [OpenWrt-Devel] [PATCH] ipkg-make-index: replace awk calls with stat and cut (from coreutils)

2011-10-28 Thread Raphaël HUCK
Le Thu, 27 Oct 2011 17:03:05 +0200, Florian Fainelli a écrit : > On Thursday 27 October 2011 16:45:11 Raphaël HUCK wrote: > > Hi all, > > > > this patch replaces awk calls with stat and cut, which are both > > included in coreutils. > > Have you verified this works on BDS platforms, as well as