From: David S. Miller Date: Thu, 11 Oct 2018 17:19:46 +0000 (-0700) Subject: Merge branch 'net-explicitly-requires-bash-when-needed' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=26b1f4cb9150ac9662063a3bdc3c0a44bf622981;p=linux.git 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 --- 26b1f4cb9150ac9662063a3bdc3c0a44bf622981