* [PATCH] samples:pktgen: This file was missing shebang line, so added it
@ 2025-07-22 22:05 Bhaskar Chowdhury
2025-07-22 22:50 ` Stephen Hemminger
0 siblings, 1 reply; 4+ messages in thread
From: Bhaskar Chowdhury @ 2025-07-22 22:05 UTC (permalink / raw)
To: davem, edumazet, kuba, pabeni, horms, netdev, linux-kernel
Cc: Bhaskar Chowdhury
This file was missing the shebang line, so added it.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
samples/pktgen/functions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/pktgen/functions.sh b/samples/pktgen/functions.sh
index c08cefb8eb1f..2578e97e46ff 100644
--- a/samples/pktgen/functions.sh
+++ b/samples/pktgen/functions.sh
@@ -1,4 +1,4 @@
-#
+#!/bin/sh
# Common functions used by pktgen scripts
# - Depending on bash 3 (or higher) syntax
#
--
2.49.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] samples:pktgen: This file was missing shebang line, so added it
@ 2025-07-22 22:10 Bhaskar Chowdhury
2025-07-22 22:50 ` Stephen Hemminger
0 siblings, 1 reply; 4+ messages in thread
From: Bhaskar Chowdhury @ 2025-07-22 22:10 UTC (permalink / raw)
To: davem, edumazet, kuba, pabeni, horms, netdev, linux-kernel
Cc: Bhaskar Chowdhury
This file was missing the shebang line, so added it.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
samples/pktgen/parameters.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/pktgen/parameters.sh b/samples/pktgen/parameters.sh
index 81906f199454..419001ddf387 100644
--- a/samples/pktgen/parameters.sh
+++ b/samples/pktgen/parameters.sh
@@ -1,4 +1,4 @@
-#
+#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Common parameter parsing for pktgen scripts
#
--
2.49.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] samples:pktgen: This file was missing shebang line, so added it
2025-07-22 22:10 Bhaskar Chowdhury
@ 2025-07-22 22:50 ` Stephen Hemminger
0 siblings, 0 replies; 4+ messages in thread
From: Stephen Hemminger @ 2025-07-22 22:50 UTC (permalink / raw)
To: Bhaskar Chowdhury
Cc: davem, edumazet, kuba, pabeni, horms, netdev, linux-kernel
On Wed, 23 Jul 2025 03:40:18 +0530
Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
> This file was missing the shebang line, so added it.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
NAK
This file is not meant to be executed directly. It is sourced from other files.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] samples:pktgen: This file was missing shebang line, so added it
2025-07-22 22:05 [PATCH] samples:pktgen: This file was missing shebang line, so added it Bhaskar Chowdhury
@ 2025-07-22 22:50 ` Stephen Hemminger
0 siblings, 0 replies; 4+ messages in thread
From: Stephen Hemminger @ 2025-07-22 22:50 UTC (permalink / raw)
To: Bhaskar Chowdhury
Cc: davem, edumazet, kuba, pabeni, horms, netdev, linux-kernel
On Wed, 23 Jul 2025 03:35:31 +0530
Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
> This file was missing the shebang line, so added it.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
NAK
This file is not meant to be executed directly it is
sourced from other files.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-07-22 22:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 22:05 [PATCH] samples:pktgen: This file was missing shebang line, so added it Bhaskar Chowdhury
2025-07-22 22:50 ` Stephen Hemminger
-- strict thread matches above, loose matches on Subject: below --
2025-07-22 22:10 Bhaskar Chowdhury
2025-07-22 22:50 ` Stephen Hemminger
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).