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
1 changed files with 1 additions and 1 deletions

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