diff options
Diffstat (limited to 'corepkgs/fetchurl.sh')
-rw-r--r-- | corepkgs/fetchurl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/fetchurl.sh b/corepkgs/fetchurl.sh index 02abb18b4b77..608a946ab8d8 100644 --- a/corepkgs/fetchurl.sh +++ b/corepkgs/fetchurl.sh @@ -2,4 +2,4 @@ echo "downloading $url into $out" -@curl@ --fail --location --max-redirs 20 "$url" > "$out" +$curl --fail --location --max-redirs 20 "$url" > "$out" |