Skip to content

Commit d1c5a58

Browse files
authored
Merge pull request ceph#55088 from cbodley/wip-make-dist-wget
2 parents f872a2c + 2ba7d6e commit d1c5a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ download_from() {
5555
exit
5656
fi
5757
url=$url_base/$fname
58-
wget -c --no-verbose -O $fname $url
58+
wget --no-verbose -O $fname $url
5959
if [ $? != 0 -o ! -e $fname ]; then
6060
echo "Download of $url failed"
6161
elif [ $(sha256sum $fname | awk '{print $1}') != $sha256 ]; then

0 commit comments

Comments
 (0)