--- gettext-0.14.5/build-aux/ltmain.sh.000 2005-05-20 22:03:30.000000000 +0200 +++ gettext-0.14.5/build-aux/ltmain.sh 2006-05-21 13:18:13.000000000 +0200 @@ -397,7 +397,7 @@ do # Check whether tagname contains only valid characters case $tagname in - *[!-_A-Za-z0-9,/]*) + [!-_A-Za-z0-9,/]*) $echo "$progname: invalid tag name: $tagname" 1>&2 exit $EXIT_FAILURE ;;