From e3638c1e57a33fd3bf79c5d2b90a2c9cb8b7844a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 14 Sep 2020 15:09:50 +0300 Subject: [PATCH] kiss: fix shellcheck --- kiss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiss b/kiss index 3a64598..3538f2a 100755 --- a/kiss +++ b/kiss @@ -1186,8 +1186,8 @@ pkg_updates() { log "Updating repositories" # Create a list of all repositories. - # See [1] at top of script. - # shellcheck disable=2046,2086 + # Intentional behavior. + # shellcheck disable=2031,2046,2086 { IFS=: set -- $KISS_PATH