corepkgs/fetchurl: Call the shell directly instead of using the shebang
This commit is contained in:
parent
a994eb92a4
commit
f863673a90
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#! @shell@ -e
|
||||
|
||||
echo "downloading $url into $out"
|
||||
|
||||
$curl --fail --location --max-redirs 20 "$url" > "$out"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue