diff --git a/scripts/Download b/scripts/Download index b08d255a4..6fb751e5b 100755 --- a/scripts/Download +++ b/scripts/Download @@ -548,7 +548,7 @@ download_file() { # Execute a cksum test on a raw data file # - else + elif [ $nocheck = 0 ] ; then echo "cksum-test (raw): $gzfile" cksum_chk "$gzfile" $cksum "$gzfile" fi