From: Daniel Stenberg Date: Mon, 3 Mar 2003 23:26:39 +0000 (+0000) Subject: output the md5sum as the last step X-Git-Tag: curl-7_10_4~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c7dfda4bcad21903b6f7d328403a77ea4091152;p=curl output the md5sum as the last step --- diff --git a/maketgz b/maketgz index 615738396..92dc131c7 100755 --- a/maketgz +++ b/maketgz @@ -133,3 +133,4 @@ echo "maketgz report:" echo "" ls -l $targz $bzip2 $zip +md5sum $targz $bzip2 $zip