]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(dasd): shellcheck for modules.d/95dasd
authorHarald Hoyer <harald@redhat.com>
Fri, 26 Mar 2021 09:29:25 +0000 (10:29 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 29 Mar 2021 08:55:34 +0000 (10:55 +0200)
modules.d/95dasd/.shchkdir [new file with mode: 0644]
modules.d/95dasd/parse-dasd.sh

diff --git a/modules.d/95dasd/.shchkdir b/modules.d/95dasd/.shchkdir
new file mode 100644 (file)
index 0000000..e69de29
index 976bd032e2c370773faa95bb8a9b3bccc189e0e4..cda3970c5bac2b95ee80ed46087fdc7814e4d9e7 100755 (executable)
@@ -3,6 +3,7 @@ for dasd_arg in $(getargs rd.dasd= -d rd_DASD= DASD=); do
     (
         local OLDIFS="$IFS"
         IFS=","
+        # shellcheck disable=SC2086
         set -- $dasd_arg
         IFS="$OLDIFS"
         echo "$@" | normalize_dasd_arg >> /etc/dasd.conf