kiss: fix shellcheck

This commit is contained in:
Dylan Araps 2020-09-14 15:09:50 +03:00
parent cb891421bc
commit e3638c1e57
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -1186,8 +1186,8 @@ pkg_updates() {
log "Updating repositories" log "Updating repositories"
# Create a list of all repositories. # Create a list of all repositories.
# See [1] at top of script. # Intentional behavior.
# shellcheck disable=2046,2086 # shellcheck disable=2031,2046,2086
{ {
IFS=: IFS=:
set -- $KISS_PATH set -- $KISS_PATH