Disable shellcheck in usplit
authorCase Duckworth <acdw@acdw.net>
Fri, 26 Feb 2021 03:37:30 +0000 (21:37 -0600)
committerCase Duckworth <acdw@acdw.net>
Fri, 26 Feb 2021 03:37:30 +0000 (21:37 -0600)
commit83af2d5cd74fb2f56ea91ab0b5331869a0dc0e49
tree4a143d8ae7455eafc5f89badfef1e09e6b7837cf
parent7166fed5405d5b300c019147bd815bfc9db289d0
Disable shellcheck in usplit

The local variables aren't picked up by shellcheck because of the printf level
of indirection I do later in the function, which is the reason /why/ I use a
variable in the first argument to printf.
bollux