mirror of
https://codeberg.org/kiss-community/kiss
synced 2025-03-09 23:00:05 -06:00
fix shellcheck
This commit is contained in:
parent
10c61c7dfc
commit
f7957e12f7
@ -3,7 +3,7 @@
|
||||
|
||||
cd "$KISS_ROOT/var/db/kiss/installed"
|
||||
|
||||
kiss s * | while read -r path; do
|
||||
kiss s ./* | while IFS=/ read -r _ path; do
|
||||
pkg=${path##*/}
|
||||
|
||||
case $seen in *" $pkg "*)
|
||||
|
Loading…
Reference in New Issue
Block a user