On Wed, 20 Jun 2012 10:17:10 -0400 Glenn Fowler wrote: > On Wed, 20 Jun 2012 16:06:05 +0200 Guido Berhoerster wrote: > > On 20.06.2012 15:46, Glenn Fowler wrote: > > >> curlhttp://www.research.att.com/sw/download/package > bin/package > > > curl doesn't handle the html redirections > > > (these redirections are in the admin domain, not ours) > > > wget seems to handle it ok > > > and any browser should get you to the script -- you can save it from there
> > This is a HTTP redirection and curl handles them fine, you just need to > > tell it to: > > curl --location --output bin/package > > http://www.research.att.com/sw/download/package > thanks -- I'll add --location to the docs and also any embedded curl usage ha I just check ast usage of curl and found this src/cmd/INIT/RELEASE:11-02-24 package.sh: change curl usage to "curl -L ..." where -L == --location and aha the source install instructions has this for grabbing the package script (wget -O bin/package $url||curl -L $url||hurl $url) > bin/package although the wget part should be wget -O - that will be fixed thanks again _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
