]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
Merge pull request #107 from bvanassche/shellcheck
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Thu, 26 Jan 2023 10:59:15 +0000 (19:59 +0900)
committerGitHub <noreply@github.com>
Thu, 26 Jan 2023 10:59:15 +0000 (19:59 +0900)
Fix multiple shellcheck warnings

This avoids warnings shellcheck version 0.9.0 reports. The warnings SC2004, SC2319 and SC2320 are addressed. It also addresses the warning 2119 so that "make check" command runs shellcheck without an exception.


Trivial merge