From: Sergey Matveev Date: Sun, 7 Apr 2024 09:03:11 +0000 (+0300) Subject: Supress detections errors X-Git-Tag: v0.9.0~2 X-Git-Url: http://www.git.stargrave.org/?p=meta4ra.git;a=commitdiff_plain;h=6e86aa0b075135658d6af0371c427aadd387f8f9 Supress detections errors --- diff --git a/contrib/mk-meta4 b/contrib/mk-meta4 index b95a718..49215c0 100755 --- a/contrib/mk-meta4 +++ b/contrib/mk-meta4 @@ -2,7 +2,7 @@ ext=meta4 opts="$@" -hashes="${META4RA_HASHES:-`meta4ra-hashes-detect`}" +hashes="${META4RA_HASHES:-`meta4ra-hashes-detect 2>/dev/null`}" find . -type f -maxdepth 1 -not -name "*.$ext" | while read f ; do f="${f#./}" [ "$f" != README ] || continue