[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250722215336.17327-1-unixbhaskar@gmail.com>
Date: Wed, 23 Jul 2025 03:22:32 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: corbet@....net,
unixbhaskar@...il.com,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] Doc:features:scripts: This file was missing shebang line, so added it
This file was missing the shebang line, so added it.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
Documentation/features/scripts/features-refresh.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/features/scripts/features-refresh.sh b/Documentation/features/scripts/features-refresh.sh
index c2288124e94a..a908704fd149 100755
--- a/Documentation/features/scripts/features-refresh.sh
+++ b/Documentation/features/scripts/features-refresh.sh
@@ -1,4 +1,4 @@
-#
+#!/bin/sh
# Small script that refreshes the kernel feature support status in place.
#
--
2.49.1
Powered by blists - more mailing lists