linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scrtips: There was a gap between the bang and shell path, eliminate that
@ 2025-07-22 22:38 Bhaskar Chowdhury
  0 siblings, 0 replies; only message in thread
From: Bhaskar Chowdhury @ 2025-07-22 22:38 UTC (permalink / raw)
  To: unixbhaskar, linux-kernel

There was a gap between bang and shell path, eliminate that.

cc:quentin.casasnovas@oracle.com
cc:rdunlap@infradead.org

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 scripts/check_extable.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/check_extable.sh b/scripts/check_extable.sh
index 4b380564cf74..c4b821654ff5 100755
--- a/scripts/check_extable.sh
+++ b/scripts/check_extable.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 # (c) 2015, Quentin Casasnovas <quentin.casasnovas@oracle.com>

--
2.49.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-22 22:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 22:38 [PATCH] scrtips: There was a gap between the bang and shell path, eliminate that 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).