]> git.ipfire.org Git - thirdparty/dracut.git/commit
multipathd: fix the comparison
authorLukas Nykryn <lnykryn@redhat.com>
Fri, 27 Nov 2020 08:32:20 +0000 (09:32 +0100)
committerDaniel Molkentin <daniel@molkentin.de>
Fri, 27 Nov 2020 09:00:03 +0000 (10:00 +0100)
commit7c2521091f30d7c14caaf96850208afa2fe1d811
tree5823a71dcba6cf9ec5b3aa90cfd1a1237dca0f21
parent6fee16eab0430a38ca8b8845d9198f9dc86ad119
multipathd: fix the comparison

From shellcheck:
/usr/lib/dracut/modules.d/90multipath/multipathd.sh:3:32: warning[SC2039]: In POSIX sh, == in place of = is undefined.
/usr/lib/dracut/modules.d/90multipath/multipathd.sh:3:32: warning[SC2193]: The arguments to this comparison can never be equal.
modules.d/90multipath/multipathd.sh