[PATCH] Doc:features: This file was missing shebang line, so added it

Bhaskar Chowdhury posted 1 patch 2 months, 2 weeks ago
Documentation/features/list-arch.sh | 1 +
1 file changed, 1 insertion(+)
[PATCH] Doc:features: This file was missing shebang line, so added it
Posted by Bhaskar Chowdhury 2 months, 2 weeks ago
This file was missing shebang line, so added it.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Documentation/features/list-arch.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/features/list-arch.sh b/Documentation/features/list-arch.sh
index ac8ff7f6f859..d34e5b4e8406 100755
--- a/Documentation/features/list-arch.sh
+++ b/Documentation/features/list-arch.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
 # SPDX-License-Identifier: GPL-2.0
 #
 # Small script that visualizes the kernel feature support status
--
2.49.1