* [PATCH net-next] selftests: net: change shebang to bash in amt.sh
@ 2024-06-21 4:16 Taehee Yoo
2024-06-21 5:04 ` Muhammad Usama Anjum
2024-06-21 13:30 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Taehee Yoo @ 2024-06-21 4:16 UTC (permalink / raw)
To: davem, kuba, pabeni, edumazet, shuah, netdev, linux-kselftest; +Cc: ap420073
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>
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] selftests: net: change shebang to bash in amt.sh
2024-06-21 4:16 [PATCH net-next] selftests: net: change shebang to bash in amt.sh Taehee Yoo
@ 2024-06-21 5:04 ` Muhammad Usama Anjum
2024-06-21 13:30 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Muhammad Usama Anjum @ 2024-06-21 5:04 UTC (permalink / raw)
To: Taehee Yoo, davem, kuba, pabeni, edumazet, shuah, netdev,
linux-kselftest
Cc: Muhammad Usama Anjum
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>
--
BR,
Muhammad Usama Anjum
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] selftests: net: change shebang to bash in amt.sh
2024-06-21 4:16 [PATCH net-next] selftests: net: change shebang to bash in amt.sh Taehee Yoo
2024-06-21 5:04 ` Muhammad Usama Anjum
@ 2024-06-21 13:30 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-06-21 13:30 UTC (permalink / raw)
To: Taehee Yoo; +Cc: davem, kuba, pabeni, edumazet, shuah, netdev, linux-kselftest
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-21 13:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-21 4:16 [PATCH net-next] selftests: net: change shebang to bash in amt.sh Taehee Yoo
2024-06-21 5:04 ` Muhammad Usama Anjum
2024-06-21 13:30 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).