about summary refs log tree commit diff
path: root/corepkgs/fetchurl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/fetchurl.sh')
-rw-r--r--corepkgs/fetchurl.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/corepkgs/fetchurl.sh b/corepkgs/fetchurl.sh
index 608a946ab8..6d35794caf 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"