On 09/03/18 01:02, Damien Le Moal wrote: > -"$(dirname "$0")"/test-zbd-support "$@" /dev/nullb0 > +${scriptdir}/test-zbd-support "$@" /dev/nullb0 > [ ... ] > -"$(dirname "$0")"/test-zbd-support "$@" /dev/nullb0 > +${scriptdir}/test-zbd-support "$@" /dev/nullb0 Have you verified the new versions of these scripts with shellcheck? I think that these two changes each introduce a new shellcheck warning. Please keep the number of shellcheck warnings as low as possible. Thanks, Bart.