forked from kiss-community/kiss
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