linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools:perf:tests:shell:common This file was missing the shebang line, so added it
@ 2025-07-22 22:32 Bhaskar Chowdhury
  2025-07-23  0:56 ` Namhyung Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2025-07-22 22:32 UTC (permalink / raw)
  To: peterz, mingo, acme, namhyung, mark.rutland, alexander.shishkin,
	jolsa, irogers, adrian.hunter, kan.liang, vmolnaro, mpetlan,
	unixbhaskar, atrajeev, linux-perf-users, linux-kernel

This file was missing the shebang line, so added it.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 tools/perf/tests/shell/common/init.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/perf/tests/shell/common/init.sh b/tools/perf/tests/shell/common/init.sh
index 26c7525651e0..9e9d4247ada3 100644
--- a/tools/perf/tests/shell/common/init.sh
+++ b/tools/perf/tests/shell/common/init.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
 # SPDX-License-Identifier: GPL-2.0
 #
 #	init.sh
--
2.49.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] tools:perf:tests:shell:common This file was missing the shebang line, so added it
@ 2025-07-22 22:47 Bhaskar Chowdhury
  0 siblings, 0 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2025-07-22 22:47 UTC (permalink / raw)
  To: peterz, mingo, acme, namhyung, mark.rutland, alexander.shishkin,
	jolsa, irogers, adrian.hunter, kan.liang, unixbhaskar,
	linux-perf-users, linux-kernel

This file was missing a shebang line, so added it.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 tools/perf/tests/shell/common/patterns.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/perf/tests/shell/common/patterns.sh b/tools/perf/tests/shell/common/patterns.sh
index 21dab25c7b7f..807c1bc7bb52 100644
--- a/tools/perf/tests/shell/common/patterns.sh
+++ b/tools/perf/tests/shell/common/patterns.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
 # SPDX-License-Identifier: GPL-2.0

 export RE_NUMBER="[0-9\.]+"
--
2.49.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] tools:perf:tests:shell:common This file was missing the shebang line, so added it
  2025-07-22 22:32 [PATCH] tools:perf:tests:shell:common This file was missing the shebang line, so added it Bhaskar Chowdhury
@ 2025-07-23  0:56 ` Namhyung Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Namhyung Kim @ 2025-07-23  0:56 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: peterz, mingo, acme, mark.rutland, alexander.shishkin, jolsa,
	irogers, adrian.hunter, kan.liang, vmolnaro, mpetlan, atrajeev,
	linux-perf-users, linux-kernel

Hello,

On Wed, Jul 23, 2025 at 04:02:24AM +0530, Bhaskar Chowdhury wrote:
> This file was missing the shebang line, so added it.

I guess that's because it doesn't intend to be run standalone.  IOW it
should be included by other files which should have the shebang.

Thanks,
Namhyung

> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  tools/perf/tests/shell/common/init.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/perf/tests/shell/common/init.sh b/tools/perf/tests/shell/common/init.sh
> index 26c7525651e0..9e9d4247ada3 100644
> --- a/tools/perf/tests/shell/common/init.sh
> +++ b/tools/perf/tests/shell/common/init.sh
> @@ -1,3 +1,4 @@
> +#!/bin/sh
>  # SPDX-License-Identifier: GPL-2.0
>  #
>  #	init.sh
> --
> 2.49.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-23  0:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 22:32 [PATCH] tools:perf:tests:shell:common This file was missing the shebang line, so added it Bhaskar Chowdhury
2025-07-23  0:56 ` Namhyung Kim
  -- strict thread matches above, loose matches on Subject: below --
2025-07-22 22:47 Bhaskar Chowdhury

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).