lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250722214727.2350-1-unixbhaskar@gmail.com>
Date: Wed, 23 Jul 2025 03:15:57 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: corbet@....net,
	unixbhaskar@...il.com,
	hca@...ux.ibm.com,
	linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] Doc:features: This file was missing shebang line, so added it

This file was missing shebang line, so added it.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ