From: Gary V. Vaughan Date: Fri, 29 Jun 2001 22:32:03 +0000 (+0000) Subject: From Tim Van Holder X-Git-Tag: release-1-4-1~19 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ada236bdb64832dd8148532dd45e65101f9d14a2;p=thirdparty%2Flibtool.git From Tim Van Holder * tests/suffix.test: Typo in 2nd for loop. --- diff --git a/ChangeLog b/ChangeLog index 4b27bb910..c640a956d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-06-29 Gary V. Vaughan + From Tim Van Holder + * tests/suffix.test: Typo in 2nd for loop. + From Bruno Haible * libtool.m4: undefine the m4 builtin `symbols', so that the string `symbols' can be used in the rest of the code without diff --git a/tests/suffix.test b/tests/suffix.test index 169eccb12..a93732f35 100755 --- a/tests/suffix.test +++ b/tests/suffix.test @@ -29,7 +29,7 @@ done for name in $bad_names; do if ($libtool -n --mode=compile compiler -c $name 2>&1; exit 0) | grep 'cannot'; then : else - echo "recognized foo.$ext as a valid source file" + echo "recognized $name as a valid source file" status=1 fi done