This file was missing the shebang line, added it. Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> --- Incorporated suggestions from Jon/Ted in other series cc:corbet@xxxxxxx cc:rdunlap@xxxxxxxxxxxxx cc:tytso@xxxxxxx 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