Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1640572

Re: [PATCH net-next] tools: hv: Add clean up for included files in Ubuntu net config

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH net-next] tools: hv: Add clean up for included files in Ubuntu net config
Date 2017-05-12 18:30 +0200
Message-ID <tGlC2-7aB-9@gated-at.bofh.it> (permalink)
References <tGjAe-5JJ-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Haiyang Zhang <haiyangz@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.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH net-next] tools: hv: Add clean up for included files in Ubuntu net config Haiyang Zhang <haiyangz@exchange.microsoft.com> - 2017-05-12 16:20 +0200
  Re: [PATCH net-next] tools: hv: Add clean up for included files in  Ubuntu net config David Miller <davem@davemloft.net> - 2017-05-12 18:30 +0200
    RE: [PATCH net-next] tools: hv: Add clean up for included files in  Ubuntu net config Haiyang Zhang <haiyangz@microsoft.com> - 2017-05-12 20:50 +0200

csiph-web