summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/fetch-curl.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetch-curl.rc b/scripts/fetch-curl.rc
index 9f811837..08534598 100755
--- a/scripts/fetch-curl.rc
+++ b/scripts/fetch-curl.rc
@@ -13,7 +13,7 @@ shift
if([ -e src ]) rm -rf src
if(! sha256sum -c sha256 >[2]/dev/null) {
- curl -L -O -K url
+ curl -L -K url -O
sha256sum -c sha256
}