]> asedeno.scripts.mit.edu Git - linux.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)
commit26b1f4cb9150ac9662063a3bdc3c0a44bf622981
tree4ef582e7683f4042a24d8299788036a4246e4721
parent4f7617705bfff84d756fe4401a1f4f032f374984
parent12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
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>