lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20170512.122026.71874509847193117.davem@davemloft.net> Date: Fri, 12 May 2017 12:20:26 -0400 (EDT) From: David Miller <davem@...emloft.net> To: haiyangz@...rosoft.com, haiyangz@...hange.microsoft.com Cc: netdev@...r.kernel.org, kys@...rosoft.com, olaf@...fle.de, vkuznets@...hat.com, linux-kernel@...r.kernel.org Subject: Re: [PATCH net-next] tools: hv: Add clean up for included files in Ubuntu net config From: Haiyang Zhang <haiyangz@...hange.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.
Powered by blists - more mailing lists