1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

fix shellcheck

This commit is contained in:
Dylan Araps 2020-11-25 09:02:32 +02:00
parent 10c61c7dfc
commit f7957e12f7
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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 "*)