Sfoglia il codice sorgente

(tarball_prereq): Discard eventual md5sum output.

Sergey Poznyakoff 18 anni fa
parent
commit
56f6556f94
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 }