From ab6753a139bb127a60be2c8bfb181dfebddc0e52 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 29 Jun 2001 22:29:09 +0000 Subject: [PATCH] * tests/suffix.test: Typo in 2nd for loop. From Tim Van Holder --- ChangeLog | 3 +++ tests/suffix.test | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3f018afb9..8825d10a6 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 Tim Van Holder * libltdl/Makefile.am (OBJECTS): This was an implicit variable. instead state the list of object variables explicitly. 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 -- 2.47.3