[PATCH 05/11] There was a space between bang and shell path,fixed

From: Bhaskar Chowdhury
Date: Tue Jul 22 2025 - 07:38:19 EST


Added the shebang line at the top of file.

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