]> 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)
commit5c69f1e1854fe8701a4371f5962a45247d5736c0
tree4ef582e7683f4042a24d8299788036a4246e4721
parent11688913f65b2688733fb01ff56bd09d344d46db
parent243de43bc118feaaa4f35d3d512690d7f76c1a8c
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>