amt.sh is written in bash, not sh. So, shebang should be bash.
Signed-off-by: Taehee Yoo ap420073@gmail.com --- tools/testing/selftests/net/amt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/net/amt.sh b/tools/testing/selftests/net/amt.sh index 7e7ed6c558da..d458b45c775b 100755 --- a/tools/testing/selftests/net/amt.sh +++ b/tools/testing/selftests/net/amt.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # SPDX-License-Identifier: GPL-2.0
# Author: Taehee Yoo ap420073@gmail.com
On 6/21/24 9:16 AM, Taehee Yoo wrote:
amt.sh is written in bash, not sh. So, shebang should be bash.
Signed-off-by: Taehee Yoo ap420073@gmail.com
Acked-by: Muhammad Usama Anjum usama.anjum@collabora.com
tools/testing/selftests/net/amt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/net/amt.sh b/tools/testing/selftests/net/amt.sh index 7e7ed6c558da..d458b45c775b 100755 --- a/tools/testing/selftests/net/amt.sh +++ b/tools/testing/selftests/net/amt.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # SPDX-License-Identifier: GPL-2.0 # Author: Taehee Yoo ap420073@gmail.com
Hello:
This patch was applied to netdev/net-next.git (main) by David S. Miller davem@davemloft.net:
On Fri, 21 Jun 2024 04:16:37 +0000 you wrote:
amt.sh is written in bash, not sh. So, shebang should be bash.
Signed-off-by: Taehee Yoo ap420073@gmail.com
tools/testing/selftests/net/amt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links: - [net-next] selftests: net: change shebang to bash in amt.sh https://git.kernel.org/netdev/net-next/c/3226607302ca
You are awesome, thank you!
linux-kselftest-mirror@lists.linaro.org