libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MLB Fix for sh.test failure


From: Robert Boehne
Subject: MLB Fix for sh.test failure
Date: Thu, 01 Feb 2001 17:42:07 -0600

This is a bit silly, but I prefer to see all the tests pass
when I run 'make check'.  The test 'sh.test' was failing
because of a line break between echo "X and the corresponding Xsed.
The HEAD branch doesn't suffer from this ill.

ChangeLog entry:
2001-02-01  Robert Boehne  <address@hidden>

        * ltconfig.in: Removed a line break that caused sh.test to fail



-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden
Index: ltconfig.in
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/ltconfig.in,v
retrieving revision 1.246.2.41
diff -u -r1.246.2.41 ltconfig.in
--- ltconfig.in 2001/01/27 19:03:30     1.246.2.41
+++ ltconfig.in 2001/02/01 23:04:39
@@ -422,8 +422,7 @@
 
 if test -n "$tagname"; then
   # Check whether tagname contains only valid characters
-  case `$echo "X$tagname" |
-        $Xsed -e 
's/[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]//g'` in
+  case `$echo "X$tagname" | $Xsed -e 
's/[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]//g'` in
   "") ;;
   *)
     echo "$progname: invalid tag name: $tagname" 1>&2

reply via email to

[Prev in Thread] Current Thread [Next in Thread]