diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-13 07:15:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-13 07:15:36 +0000 |
commit | eb4d65d0ba02131f111a4f272a4c28520ae0d1c8 (patch) | |
tree | c3e39fe44680bafc0f686d64f9087c1e574a6216 | |
parent | e7d9ea8919a519271feb6a3fa522dbed56bda880 (diff) |
Tor Arntsen made the ares build warnings etc get included as well
-rwxr-xr-x | testcurl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcurl.sh b/testcurl.sh index 457266101..c21d319a9 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -207,7 +207,7 @@ if { grep "define USE_ARES" lib/config.h; } then echo "testcurl: build ares" cd ares - make + make 2>&1 | sed -e "s:$pwd::g" echo "testcurl: ares is now built" # cd back to the curl build dir |