From 5fab95f7c6c4c3e491f2c42318c4e62091ef76e7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 11 Jul 2021 00:27:32 +0300 Subject: [PATCH] kiss: silence read error --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index c616ded..8a2383e 100755 --- a/kiss +++ b/kiss @@ -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"