From c2f8988444d0ed8274256c1990bb7f8866c265e2 Mon Sep 17 00:00:00 2001 From: Benjamin Block Date: Fri, 12 Nov 2021 12:38:10 +0100 Subject: [PATCH] chreipl-fcp-mpath: remove shebang from chreipl-fcp-mpath-common.sh.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `chreipl-fcp-mpath-common.sh.in` is never executed, only used as argument for `source` in the udev helper scripts, so the shebang is unnecessary, and might be confusing. Also, tools like `rpmlint` from the rpm software management will complain about this; e.g.: s390-tools-chreipl-fcp-mpath.s390x: W: non-executable-script /usr/lib/chreipl-fcp-mpath/chreipl-fcp-mpath-common.sh 644 /bin/bash Reviewed-by: Steffen Maier Signed-off-by: Benjamin Block Signed-off-by: Jan Höppner --- chreipl-fcp-mpath/chreipl-fcp-mpath-common.sh.in | 1 - 1 file changed, 1 deletion(-) diff --git a/chreipl-fcp-mpath/chreipl-fcp-mpath-common.sh.in b/chreipl-fcp-mpath/chreipl-fcp-mpath-common.sh.in index 83c4361..0a54322 100644 --- a/chreipl-fcp-mpath/chreipl-fcp-mpath-common.sh.in +++ b/chreipl-fcp-mpath/chreipl-fcp-mpath-common.sh.in @@ -1,4 +1,3 @@ -#!/bin/bash # SPDX-License-Identifier: MIT # # chreipl-fcp-mpath: use multipath information to change FCP IPL target -- 2.26.2