]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/suffix.test: Typo in 2nd for loop.
authorGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 22:29:09 +0000 (22:29 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 22:29:09 +0000 (22:29 +0000)
From Tim Van Holder <tim.van.holder@pandora.be>

ChangeLog
tests/suffix.test

index 3f018afb98d0392dfc3aa4bec1aa103da96c143a..8825d10a64887c82d3ec1b58db82040d12982e59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-06-29  Gary V. Vaughan  <gary@gnu.org>
 
+       From Tim Van Holder <tim.van.holder@pandora.be>
+       * tests/suffix.test: Typo in 2nd for loop.
+
        From Tim Van Holder <tim.van.holder@pandora.be>
        * libltdl/Makefile.am (OBJECTS):  This was an implicit variable.
        instead state the list of object variables explicitly.
index 169eccb12132121ab6cbbd81076e249ff8d0afb9..a93732f3596fb4916152dd3cc98e48e4e566c6c2 100755 (executable)
@@ -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