forked from kiss-community/kiss
misc: silence warning
This commit is contained in:
parent
f66659e5b1
commit
aaed6fb8c3
2
kiss
2
kiss
@ -1216,6 +1216,8 @@ pkg_installable() {
|
|||||||
# are satisfied.
|
# are satisfied.
|
||||||
log "$1" "Checking if package installable"
|
log "$1" "Checking if package installable"
|
||||||
|
|
||||||
|
# False positive.
|
||||||
|
# shellcheck disable=2094
|
||||||
! [ -f "$2" ] ||
|
! [ -f "$2" ] ||
|
||||||
|
|
||||||
while read -r dep dep_type || [ "$dep" ]; do
|
while read -r dep dep_type || [ "$dep" ]; do
|
||||||
|
Loading…
Reference in New Issue
Block a user