kiss: silence read error

This commit is contained in:
Dylan Araps 2021-07-11 00:27:32 +03:00
parent 11813f3a10
commit 5fab95f7c6
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -833,7 +833,7 @@ pkg_verify() {
# Read the repository checksums into a list.
while read -r chk _ || [ "$chk" ]; do
set -- "$@" "$chk"
done < "$repo_dir/checksums"
done 2>/dev/null < "$repo_dir/checksums"
# Generate a new set of checksums to compare against.
pkg_checksums "$1" > "$mak_dir/v"