]> Dogcows Code - chaz/tar/commitdiff
(tarball_prereq): Discard eventual md5sum output.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 19 May 2007 17:03:44 +0000 (17:03 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 19 May 2007 17:03:44 +0000 (17:03 +0000)
tests/atlocal.in

index 7fac3edc40c833285f53be6d3e9cbd10bb89e29e..f0950807acbed72dab761918ad17451f2e0514da 100644 (file)
@@ -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
 }
 
 
This page took 0.01844 seconds and 4 git commands to generate.