[PATCH] Doc:admin-guide:aoe This file was missing shebang line, so added

Bhaskar Chowdhury posted 1 patch 2 months, 2 weeks ago
Documentation/admin-guide/aoe/udev-install.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
[PATCH] Doc:admin-guide:aoe This file was missing shebang line, so added
Posted by Bhaskar Chowdhury 2 months, 2 weeks ago
This file was missing the shebang line, added it.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Incorporated suggestions from Jon/Ted in other series
 cc:corbet@lwn.net
 cc:rdunlap@infradead.org
 cc:tytso@mit.edu
 Documentation/admin-guide/aoe/udev-install.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/aoe/udev-install.sh b/Documentation/admin-guide/aoe/udev-install.sh
index 15e86f58c036..cbf64152bc6e 100644
--- a/Documentation/admin-guide/aoe/udev-install.sh
+++ b/Documentation/admin-guide/aoe/udev-install.sh
@@ -1,6 +1,7 @@
-# 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