* [PATCH] Doc:features:scripts: This file was missing shebang line, so added it
@ 2025-07-22 21:52 Bhaskar Chowdhury
0 siblings, 0 replies; only message in thread
From: Bhaskar Chowdhury @ 2025-07-22 21:52 UTC (permalink / raw)
To: corbet, unixbhaskar, linux-doc, linux-kernel
This file was missing the shebang line, so added it.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-22 21:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 21:52 [PATCH] Doc:features:scripts: This file was missing shebang line, so added it 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).