From: Yang Tse Date: Thu, 31 Jul 2008 01:41:20 +0000 (+0000) Subject: s/silly/underquoted definition/ X-Git-Tag: curl-7_19_0~258 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0de08d418feccc0d0f16a215c4ac3fb05e356198;p=thirdparty%2Fcurl.git s/silly/underquoted definition/ --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 2c0d547e5d..ece15e8b70 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -391,7 +391,7 @@ if ($CVS) { unlink "autom4te.cache"; # generate the build files - logit "invoke buildconf, but filter off the silly aclocal warnings"; + logit "invoke buildconf, but filter off aclocal underquoted definition warnings"; open(F, "./buildconf 2>&1 |") or die; open(LOG, ">$buildlog") or die; while () {