This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
PawPaw
mirror of
https://github.com/DISTRHO/PawPaw
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Bail out when a download fails
tags/v1.0
falkTX
4 years ago
parent
0cb18283a9
commit
179b883168
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
setup/functions.sh
+ 1
- 1
setup/functions.sh
View File
@@ -38,7 +38,7 @@ function download() {
else
else
dlurl="${dlbaseurl}/${name}-${version}.${dlext}"
dlurl="${dlbaseurl}/${name}-${version}.${dlext}"
fi
fi
curl -L "${dlurl}" -o "${dlfile}"
curl -L "${dlurl}" -o "${dlfile}"
--fail
fi
fi
fi
fi
Write
Preview
Loading…
Cancel
Save