> -----Original Message-----
> From: David Miller [mailto:da...@davemloft.net]
> Sent: Friday, May 12, 2017 12:20 PM
> To: Haiyang Zhang <haiya...@microsoft.com>; Haiyang Zhang
> <haiya...@microsoft.com>
> Cc: net...@vger.kernel.org; KY Srinivasan <k...@microsoft.com>;
> o...@aepfle.de; vkuzn...@redhat.com; linux-kernel@vger.kernel.org
> Subject: Re: [PATCH net-next] tools: hv: Add clean up for included files
> in Ubuntu net config
> 
> From: Haiyang Zhang <haiya...@exchange.microsoft.com>
> Date: Fri, 12 May 2017 07:13:33 -0700
> 
> >
> > +   local fn
> > +   for fn in "${fnlist[@]}"
> > +   do
> >     awk "/$nic_end/{x=0} x{next} /$nic_start/{x=1;next} 1"
> $fn >$tmpfl
> >
> >     cp $tmpfl $fn
> > +   done
> 
> Please indent the body of this loop properly.

Will do. Thanks.

Reply via email to