diff options
Diffstat (limited to 'corepkgs/fetchurl.sh')
-rw-r--r-- | corepkgs/fetchurl.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/corepkgs/fetchurl.sh b/corepkgs/fetchurl.sh deleted file mode 100644 index 6d35794cafbe..000000000000 --- a/corepkgs/fetchurl.sh +++ /dev/null @@ -1,3 +0,0 @@ -echo "downloading $url into $out" - -$curl --fail --location --max-redirs 20 "$url" > "$out" |