mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
revert the accidentally added use of strace
This commit is contained in:
parent
853134017d
commit
f42b10242f
@ -635,7 +635,7 @@ sub checkcurl {
|
|||||||
|
|
||||||
my $curl;
|
my $curl;
|
||||||
my $libcurl;
|
my $libcurl;
|
||||||
my @version=`strace $CURL --version 2>fump`;
|
my @version=`$CURL --version 2>/dev/null`;
|
||||||
for(@version) {
|
for(@version) {
|
||||||
chomp;
|
chomp;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user