Disable globbing in curl command
authorDmitrij D. Czarkoff <czarkoff@gmail.com>
Sun, 6 Mar 2016 00:14:52 +0000 (01:14 +0100)
committerQuentin Rameau <quinq@fifth.space>
Sun, 6 Mar 2016 08:34:07 +0000 (09:34 +0100)
commitd04fb9bff3796025eeedf0f32ae1c0a40366f717
tree660acd2a6716292f8d6576f8e1bb63e51a6737d5
parentaf7522006b2aa1b92081a474f831df52d6d9ff13
Disable globbing in curl command

Curl is invoked for downloading particular files.  Without "-g" flag it would
apply globbing rules to URLs, which may end badly in case URL is not properly
quoted.
config.def.h