+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.
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