From: Robert Boehne Date: Fri, 2 Feb 2001 18:01:18 +0000 (+0000) Subject: Removed a line break that caused sh.test to fail. X-Git-Tag: multi-language-merge-point~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207365b93395a1f77dde6efe77dfd4e5f6ea85fb;p=thirdparty%2Flibtool.git Removed a line break that caused sh.test to fail. --- diff --git a/ChangeLog b/ChangeLog index 86ae5973b..0c1481a61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-02 Robert Boehne + + * ltconfig.in: Removed a line break that caused sh.test + to fail. + 2001-01-31 Robert Boehne * AUTHORS: added myself to the list of maintainers. diff --git a/ltconfig.in b/ltconfig.in index 189e3345e..58e7f6440 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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