From: Bruce Momjian Date: Mon, 20 Dec 1999 14:41:55 +0000 (+0000) Subject: tr cleanup X-Git-Tag: REL7_0~987 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c29c96ed6679861e1e5dec82ac7182549fcde45;p=postgresql tr cleanup --- diff --git a/src/configure.in b/src/configure.in index 94a1242167..3e6e5fb8c1 100644 --- a/src/configure.in +++ b/src/configure.in @@ -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"