aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestcurl.sh2
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