From: Sergey Poznyakoff Date: Sat, 19 May 2007 17:03:44 +0000 (+0000) Subject: (tarball_prereq): Discard eventual md5sum output. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=56f6556f947b03d4d29daa3ae251ff8ef059edb1 (tarball_prereq): Discard eventual md5sum output. --- diff --git a/tests/atlocal.in b/tests/atlocal.in index 7fac3ed..f095080 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -27,7 +27,7 @@ tarball_prereq() { wget -q --directory-prefix=$3 $4/$1 fi fi - echo "$2 $3/$1" | md5sum --status --check - + echo "$2 $3/$1" | md5sum --status --check - >/dev/null 2>&1 }