Commit 2c29c96e authored by Bruce Momjian's avatar Bruce Momjian

tr cleanup

parent 7c385f73
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment