From 2c29c96ed6679861e1e5dec82ac7182549fcde45 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 20 Dec 1999 14:41:55 +0000 Subject: [PATCH] tr cleanup --- src/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.0