From cdbe560117cc9e04c00dabccd9dae78773b91ad0 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 20:33:02 +0300 Subject: [PATCH] misc: remove unneeded shellcheck directive --- kiss | 2 -- 1 file changed, 2 deletions(-) diff --git a/kiss b/kiss index 4ee5f11..1a30a45 100755 --- a/kiss +++ b/kiss @@ -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 <