|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 10/11] Fix lopartsetup for util-linux >= 2.27.1
Hi Stefano, Unfortunately, the patch has an other typo too. Please see below: this should have been elif [ `fdisk -lu $filename 2>/dev/null | grep -e "^Units:" | wc -l` -eq 1 ]On Fri, 24 Mar 2017, Géza Gémes wrote: +then + unitstring="^Units:" + column=8 +else + exit 1 +fi +fitwo fi? Aside from that, the patch looks good, so I fixed it myself and committed it.+unit="`fdisk -lu $filename 2>/dev/null | grep -e "$unitstring" | cut -d " " -f $column`" + index=0 for i in "`fdisk -lu $filename 2>/dev/null | grep -e "^$filename"`" do -- 2.7.4 I'll send a patch fixing this in a couple of seconds. Cheers, Geza _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |