1
0
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:
Daniel Stenberg 2004-05-11 18:57:03 +00:00
parent 853134017d
commit f42b10242f

View File

@ -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;