tr cleanup

This commit is contained in:
Bruce Momjian 1999-12-20 14:41:55 +00:00
parent 7c385f73e5
commit 2c29c96ed6
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ AC_ARG_WITH(template,
[
# lowercase $host
host="`echo $host | tr '[A-Z]' '[a-z]'`"
host="`echo $host | tr 'A-Z' 'a-z'`"
# First, try for a template exactly matching $host
if test -f "template/$host"