Package: curl
Version: 7.33.0-1
Severity: important

Dear Maintainers, 

according the curl manpage, it supports backet and brace expansion.

But when I try to run

> curl 'http://site.{one,two,three}.com'    

curl tries to download following sites:

> http://site.onethree
> http://site.twothree
> http://site.threethree    

and when trying to run

> curl 'http://site[0-9].example.com'    

It tries to download the following sites:
> http://site0http://site.exam
> http://site1http://site.exam  
> http://site2http://site.exam
> http://site3http://site.exam
> http://site4http://site.exam
> http://site5http://site.exam  
> http://site6http://site.exam
> http://site7http://site.exam
> http://site8http://site.exam
> http://site9http://site.exam

so, both, bracket expansion and brace expansion are broken in the
current testing version.

Kind Regards,
Michael Stummvoll


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to