mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Use curl instead of wget to get hdf4 files when --enable-hdf4-tests specified
This commit is contained in:
parent
c47d2ab9b7
commit
a71e1acb67
@ -14,7 +14,7 @@ echo "Getting HDF4 test files $file_list"
|
||||
for f1 in $file_list
|
||||
do
|
||||
if ! test -f $f1; then
|
||||
wget ftp://ftp.unidata.ucar.edu/pub/netcdf/sample_data/hdf4/$f1.gz
|
||||
curl -O "ftp://ftp.unidata.ucar.edu/pub/netcdf/sample_data/hdf4/$f1.gz"
|
||||
gunzip $f1.gz
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user