forked from kiss-community/kiss
kiss: silence read error
This commit is contained in:
parent
11813f3a10
commit
5fab95f7c6
2
kiss
2
kiss
@ -833,7 +833,7 @@ pkg_verify() {
|
|||||||
# Read the repository checksums into a list.
|
# Read the repository checksums into a list.
|
||||||
while read -r chk _ || [ "$chk" ]; do
|
while read -r chk _ || [ "$chk" ]; do
|
||||||
set -- "$@" "$chk"
|
set -- "$@" "$chk"
|
||||||
done < "$repo_dir/checksums"
|
done 2>/dev/null < "$repo_dir/checksums"
|
||||||
|
|
||||||
# Generate a new set of checksums to compare against.
|
# Generate a new set of checksums to compare against.
|
||||||
pkg_checksums "$1" > "$mak_dir/v"
|
pkg_checksums "$1" > "$mak_dir/v"
|
||||||
|
Loading…
Reference in New Issue
Block a user