kiss: silence linter

This commit is contained in:
Dylan Araps 2021-07-17 12:37:50 +03:00
parent 4ca35d8122
commit 17569fbde4
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 0 deletions

2
kiss
View File

@ -584,6 +584,8 @@ pkg_fix_deps() {
tmp_file_copy "${PWD##*/}" depends depends
tmp_file "${PWD##*/}" depends-fixed
# False positive (not a write).
# shellcheck disable=2094
while read -r _file; do case $_file in
# Look only in these locations for files of interest (libraries,
# programs, etc). This includes all subdirectories. Old behavior