Applied to branch-2-0 and HEAD. Sorry for the inconvenience.
Regards,
Ralf
2005-04-18 Ralf Wildenhues <[EMAIL PROTECTED]>
* tests/demo-hardcode.test: Fix typo.
Index: tests/demo-hardcode.test
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/demo-hardcode.test,v
retrieving revision 1.8
diff -u -r1.8 demo-hardcode.test
--- tests/demo-hardcode.test 17 Apr 2005 07:58:12 -0000 1.8
+++ tests/demo-hardcode.test 18 Apr 2005 10:15:11 -0000
@@ -83,8 +83,8 @@
# (which only works on ASCII).
# AIX fgrep also has a limited line length, so we turn unprintable
# characters into newlines.
- if cat $file | (tr '\000-\037\200-\377' '\n' || cat) 2>/dev/null \
- | $FGREP "$objdir" > /dev/null 2>&1; then
+ elif cat $file | (tr '\000-\037\200-\377' '\n' || cat) 2>/dev/null \
+ | $FGREP "$objdir" > /dev/null 2>&1; then
hardcoded=yes
elif $FGREP "$objdir" $file > /dev/null 2>&1; then
# We retry fgrep without tr, in case the above lead to a false negative.