Re: awk problem on pistachio (24kc+24kf)

2021-11-06 Thread Hauke Mehrtens
On 11/5/21 2:24 PM, Daniel Golle wrote: On Tue, Nov 02, 2021 at 11:49:02PM +0100, Hauke Mehrtens wrote: Hi, On pistachio sysupgrade in master fails and I got down to a problem with awk. This command returns different results on pistachio compared to other targets: echo "mtd2: 2000 1

Re: awk problem on pistachio (24kc+24kf)

2021-11-05 Thread Daniel Golle
On Tue, Nov 02, 2021 at 11:49:02PM +0100, Hauke Mehrtens wrote: > Hi, > > On pistachio sysupgrade in master fails and I got down to a problem with > awk. This command returns different results on pistachio compared to other > targets: >echo "mtd2: 2000 1000 \"uEnv\"" | awk -F: '{print

awk problem on pistachio (24kc+24kf)

2021-11-02 Thread Hauke Mehrtens
Hi, On pistachio sysupgrade in master fails and I got down to a problem with awk. This command returns different results on pistachio compared to other targets: echo "mtd2: 2000 1000 \"uEnv\"" | awk -F: '{print $1}' When I execute this on an lantiq/xrx200 or mt7622 device I get thi