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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8fae2492505518cb304ebfbfa61470ea7a87bad8.1753182971.git.unixbhaskar@gmail.com>
Date: Tue, 22 Jul 2025 16:47:01 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: rdunlap@...radead.org,
	linux-kernel@...r.kernel.org
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH 05/11] There was a space between bang and shell path,fixed

Added the shebang line at the top of file.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
 Documentation/admin-guide/aoe/status.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/aoe/status.sh b/Documentation/admin-guide/aoe/status.sh
index eeec7baae57a..83bb8eb229e7 100644
--- a/Documentation/admin-guide/aoe/status.sh
+++ b/Documentation/admin-guide/aoe/status.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # collate and present sysfs information about AoE storage
 #
 # A more complete version of this script is aoe-stat, in the
--
2.49.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ