From 207365b93395a1f77dde6efe77dfd4e5f6ea85fb Mon Sep 17 00:00:00 2001 From: Robert Boehne Date: Fri, 2 Feb 2001 18:01:18 +0000 Subject: [PATCH] Removed a line break that caused sh.test to fail. --- ChangeLog | 5 +++++ ltconfig.in | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.47.3