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 $libcurl;
my @version=`strace $CURL --version 2>fump`;
my @version=`$CURL --version 2>/dev/null`;
for(@version) {
chomp;