From: Namhyung Kim <namhyung@kernel.org>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Cc: peterz@infradead.org, mingo@redhat.com, acme@kernel.org,
mark.rutland@arm.com, alexander.shishkin@linux.intel.com,
jolsa@kernel.org, irogers@google.com, adrian.hunter@intel.com,
kan.liang@linux.intel.com, vmolnaro@redhat.com,
mpetlan@redhat.com, atrajeev@linux.vnet.ibm.com,
linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] tools:perf:tests:shell:common This file was missing the shebang line, so added it
Date: Tue, 22 Jul 2025 17:56:25 -0700 [thread overview]
Message-ID: <aIAzOewUz_KtcccA@google.com> (raw)
In-Reply-To: <20250722223350.414-1-unixbhaskar@gmail.com>
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
>
next prev parent reply other threads:[~2025-07-23 0:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-22 22:47 Bhaskar Chowdhury
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aIAzOewUz_KtcccA@google.com \
--to=namhyung@kernel.org \
--cc=acme@kernel.org \
--cc=adrian.hunter@intel.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=atrajeev@linux.vnet.ibm.com \
--cc=irogers@google.com \
--cc=jolsa@kernel.org \
--cc=kan.liang@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mingo@redhat.com \
--cc=mpetlan@redhat.com \
--cc=peterz@infradead.org \
--cc=unixbhaskar@gmail.com \
--cc=vmolnaro@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.