Skip to content

Commit

Permalink
Pass -f flag to curl, allowing 404s to return an error
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@3109 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
landonf committed Jul 30, 2003
1 parent f6b9e0e commit dfde46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/port1.0/portfetch.tcl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ default cvs.pre_args {"-d ${cvs.root}"}
default fetch.cmd curl default fetch.cmd curl
default fetch.dir {${distpath}} default fetch.dir {${distpath}}
default fetch.args {"-o ${distfile}.TMP"} default fetch.args {"-o ${distfile}.TMP"}
default fetch.pre_args "" default fetch.pre_args "-f"
default fetch.post_args {"${site}/${distfile}"} default fetch.post_args {"${site}/${distfile}"}


default mirror_sites.listfile {"mirror_sites.tcl"} default mirror_sites.listfile {"mirror_sites.tcl"}
Expand Down

0 comments on commit dfde46d

Please sign in to comment.