diff options
author | Shea Levy <shea@shealevy.com> | 2012-07-08T14·33-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-09T19·29-0400 |
commit | f863673a903d17566be8a03bcf8655d9912428bd (patch) | |
tree | 232cfab94729de279a1240b238cac720ae1ebf6c /corepkgs/fetchurl.sh | |
parent | a994eb92a4e0d8744b244cd421c855d76831bdc0 (diff) |
corepkgs/fetchurl: Call the shell directly instead of using the shebang
Diffstat (limited to 'corepkgs/fetchurl.sh')
-rw-r--r-- | corepkgs/fetchurl.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/corepkgs/fetchurl.sh b/corepkgs/fetchurl.sh index 608a946ab8d8..6d35794cafbe 100644 --- a/corepkgs/fetchurl.sh +++ b/corepkgs/fetchurl.sh @@ -1,5 +1,3 @@ -#! @shell@ -e - echo "downloading $url into $out" $curl --fail --location --max-redirs 20 "$url" > "$out" |