mirror of
https://github.com/RubyMetric/chsrc
synced 2025-11-19 07:07:44 +08:00
Fix to Let curl output to stdout and stderr to make xy_run() get info
[GitHub #144]
This commit is contained in:
@@ -693,7 +693,7 @@ select_mirror_autoly (Source_t *sources, size_t size, const char *target_name)
|
||||
|
||||
if (xy_on_windows)
|
||||
{
|
||||
char *curl_version = xy_run ("curl --version >nul 2>nul", 1, NULL);
|
||||
char *curl_version = xy_run ("curl --version", 1, NULL);
|
||||
/**
|
||||
* https://github.com/RubyMetric/chsrc/issues/144
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user