]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Removed a line break that caused sh.test to fail.
authorRobert Boehne <rboehne@ricardo-us.com>
Fri, 2 Feb 2001 18:01:18 +0000 (18:01 +0000)
committerRobert Boehne <rboehne@gnu.org>
Fri, 2 Feb 2001 18:01:18 +0000 (18:01 +0000)
ChangeLog
ltconfig.in

index 86ae5973bf4fcc37f69cb948eafb5fc6e61485d3..0c1481a6162b14331edf254bbe16bfa674a7471d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-02  Robert Boehne  <rboehne@ricardo-us.com>
+
+       * ltconfig.in: Removed a line break that caused sh.test
+       to fail.
+
 2001-01-31  Robert Boehne  <rboehne@ricardo-us.com>
 
        * AUTHORS: added myself to the list of maintainers.
index 189e3345e8686824c7344c636a51080522673d1b..58e7f644061d6e2ca28322842275e02cd5d1d525 100755 (executable)
@@ -422,8 +422,7 @@ fi
 
 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