]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-explicitly-requires-bash-when-needed'
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 17:19:46 +0000 (10:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 17:19:46 +0000 (10:19 -0700)
commit7ae7c041a3a6bd34db51ac47a30c181d205b3370
tree4ef582e7683f4042a24d8299788036a4246e4721
parent093b4565b9ae51aa0d57db1e8f7ec135a66d600b
parent363adf174f31bbef3097be291374e1150e89ea44
Merge branch 'net-explicitly-requires-bash-when-needed'

Paolo Abeni says:

====================
net: explicitly requires bash when needed.

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>