Explorar o código

(tarball_prereq): Discard eventual md5sum output.

Sergey Poznyakoff %!s(int64=18) %!d(string=hai) anos
pai
achega
56f6556f94
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/atlocal.in

+ 1 - 1
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
 }