[PATCH 01/11] Shebang line was missing,fixed

Bhaskar Chowdhury posted 11 patches 2 months, 2 weeks ago
[PATCH 01/11] Shebang line was missing,fixed
Posted by Bhaskar Chowdhury 2 months, 2 weeks ago
Added the shebang lines at the top of the file.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Documentation/admin-guide/aoe/udev-install.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/aoe/udev-install.sh b/Documentation/admin-guide/aoe/udev-install.sh
index 15e86f58c036..1a34692cda23 100644
--- a/Documentation/admin-guide/aoe/udev-install.sh
+++ b/Documentation/admin-guide/aoe/udev-install.sh
@@ -1,6 +1,8 @@
-# install the aoe-specific udev rules from udev.txt into
+#!/bin/sh
+
+# install the aoe-specific udev rules from udev.txt into
 # the system's udev configuration
-#
+#

 me="`basename $0`"

--
2.49.1