Skip to content

Commit bbb93af

Browse files
authored
Merge pull request #87 from hberntsen/patch-1
Stop on download error
2 parents 2f77899 + 5234f84 commit bbb93af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-new-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUSTC_TRIPLES=(
4444

4545
download() {
4646
echo "download $@"
47-
curl -# -O $@
47+
curl --fail -# -O $@
4848
}
4949

5050
dlfile() {

0 commit comments

Comments
 (0)