aboutsummaryrefslogtreecommitdiff
path: root/testcurl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testcurl.sh')
-rwxr-xr-xtestcurl.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/testcurl.sh b/testcurl.sh
index 1b63c68c9..043f66ca2 100755
--- a/testcurl.sh
+++ b/testcurl.sh
@@ -180,6 +180,11 @@ cd $CURLDIR
# Do the CVS thing, or not...
if [ $CVS -eq 1 ]; then
+
+ # this is a temporary fix to make things work again, remove later
+ log "remove ares/aclocal.m4"
+ rm -f ares/aclocal.m4
+
log "update from CVS"
cvsup() {