Re: [PATCH net 0/2] net: explicitly requires bash when needed.
From: David Miller <davem@davemloft.net> Date: 2018-10-12 00:48:10
From: Paolo Abeni <pabeni@redhat.com>
Date: Thu, 11 Oct 2018 10:54:51 +0200
Some test scripts require bash-only features but use the default shell.
This may cause random failures if the default shell is not bash.
Instead of doing a potentially complex rewrite of such scripts, these patches
require the bash interpreter, where needed.