[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250722224318.31149-1-unixbhaskar@gmail.com>
Date: Wed, 23 Jul 2025 04:08:46 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: unixbhaskar@...il.com,
linux-kernel@...r.kernel.org
Subject: [PATCH] scrtips: There was a gap between the bang and shell path, eliminate that
There was a gap between bang and shell path, eliminate that.
cc:quentin.casasnovas@...cle.com
cc:rdunlap@...radead.org
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.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@...cle.com>
--
2.49.1
Powered by blists - more mailing lists