From c4df7472676cac9bf5243ee8bc7cd0017f91a28d Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sun, 8 Jul 2012 10:19:17 -0400 Subject: Resurrect old corepkgs fetchurl --- corepkgs/fetchurl/builder.sh.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 corepkgs/fetchurl/builder.sh.in (limited to 'corepkgs/fetchurl/builder.sh.in') diff --git a/corepkgs/fetchurl/builder.sh.in b/corepkgs/fetchurl/builder.sh.in new file mode 100644 index 000000000000..02abb18b4b77 --- /dev/null +++ b/corepkgs/fetchurl/builder.sh.in @@ -0,0 +1,5 @@ +#! @shell@ -e + +echo "downloading $url into $out" + +@curl@ --fail --location --max-redirs 20 "$url" > "$out" -- cgit 1.4.1