misc: remove unneeded shellcheck directive

This commit is contained in:
Dylan Araps 2021-07-15 20:33:02 +03:00
parent a39eb24ab1
commit cdbe560117
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 0 additions and 2 deletions

2
kiss
View File

@ -187,8 +187,6 @@ pkg_find_version() {
case $2 in 1)
# Split the version on '.+-_' to obtain individual components.
# Intentional, globbing disabled.
# shellcheck disable=2086
IFS=.+-_ read -r repo_major repo_minor repo_patch repo_ident <<EOF
$repo_ver
EOF