[PATCH 00/11] Various trees,shell files missing the shebang line

Bhaskar Chowdhury posted 11 patches 2 months, 2 weeks ago
Documentation/admin-guide/aoe/status.sh                     | 2 +-
Documentation/admin-guide/aoe/udev-install.sh               | 6 ++++--
Documentation/features/list-arch.sh                         | 2 ++
Documentation/features/scripts/features-refresh.sh          | 2 +-
arch/powerpc/tools/head_check.sh                            | 1 +
samples/pktgen/functions.sh                                 | 2 +-
samples/pktgen/parameters.sh                                | 2 +-
tools/bootconfig/scripts/ftrace.sh                          | 1 +
tools/perf/tests/shell/common/init.sh                       | 1 +
tools/perf/tests/shell/common/patterns.sh                   | 1 +
.../drivers/net/mlxsw/spectrum-2/mirror_gre_scale.sh        | 1 +
11 files changed, 15 insertions(+), 6 deletions(-)
[PATCH 00/11] Various trees,shell files missing the shebang line
Posted by Bhaskar Chowdhury 2 months, 2 weeks ago
This is a human being with flesh and blood.

Shell script files were missing the "shebang" line aka shell interpreter.

Note to Randy,

This is for your spare time Eagle Eye stuff, if you could...please.

Oh, I might have inadvertantly added some harmless blank lines too.

Bhaskar Chowdhury (11):
  Shebang line was missing,fixed
  Shebang line was missing,fixed
  Shebang line was missing,fixed
  Shebang line was missing,fixed
  There was a space between bang and shell path,fixed
  Shebang line was missing,fixed
  Shebang line was missing,fixed
  Shebang line was missing,fixed
  Shebang line was missing,fixed
  Shebang line was missing,fixed
  Shebang line was missing,fixed

 Documentation/admin-guide/aoe/status.sh                     | 2 +-
 Documentation/admin-guide/aoe/udev-install.sh               | 6 ++++--
 Documentation/features/list-arch.sh                         | 2 ++
 Documentation/features/scripts/features-refresh.sh          | 2 +-
 arch/powerpc/tools/head_check.sh                            | 1 +
 samples/pktgen/functions.sh                                 | 2 +-
 samples/pktgen/parameters.sh                                | 2 +-
 tools/bootconfig/scripts/ftrace.sh                          | 1 +
 tools/perf/tests/shell/common/init.sh                       | 1 +
 tools/perf/tests/shell/common/patterns.sh                   | 1 +
 .../drivers/net/mlxsw/spectrum-2/mirror_gre_scale.sh        | 1 +
 11 files changed, 15 insertions(+), 6 deletions(-)

--
2.49.1
Re: [PATCH 00/11] Various trees,shell files missing the shebang line
Posted by Theodore Ts'o 2 months, 2 weeks ago
On Tue, Jul 22, 2025 at 04:46:56PM +0530, Bhaskar Chowdhury wrote:
> This is a human being with flesh and blood.
> 
> Shell script files were missing the "shebang" line aka shell interpreter.
> 
> Note to Randy,
> 
> This is for your spare time Eagle Eye stuff, if you could...please.
> 
> Oh, I might have inadvertantly added some harmless blank lines too.
> 
> Bhaskar Chowdhury (11):
>   Shebang line was missing,fixed

There's also a missing space before ",fixed" in all of the commit
descriptions.  Perhaps you could fix this when you send a v2?

	       	       	   	     	  - Ted
Re: [PATCH 00/11] Various trees,shell files missing the shebang line
Posted by Jonathan Corbet 2 months, 2 weeks ago
Bhaskar Chowdhury <unixbhaskar@gmail.com> writes:

> This is a human being with flesh and blood.
>
> Shell script files were missing the "shebang" line aka shell interpreter.
>
> Note to Randy,
>
> This is for your spare time Eagle Eye stuff, if you could...please.
>
> Oh, I might have inadvertantly added some harmless blank lines too.
>
> Bhaskar Chowdhury (11):
>   Shebang line was missing,fixed
>   Shebang line was missing,fixed
>   Shebang line was missing,fixed
>   Shebang line was missing,fixed
>   There was a space between bang and shell path,fixed
>   Shebang line was missing,fixed
>   Shebang line was missing,fixed
>   Shebang line was missing,fixed
>   Shebang line was missing,fixed
>   Shebang line was missing,fixed
>   Shebang line was missing,fixed

A bunch of patches with the same subject line and changelog isn't going
to help anybody looking at these changes later on.  Please, for each
one, come up with a proper, subsystem-specific subject line and describe
the actual work (which file you changed) in the changelog.

Thanks,

jon