diff options
author | Bruce Momjian | 1999-12-20 14:41:55 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-12-20 14:41:55 +0000 |
commit | 2c29c96ed6679861e1e5dec82ac7182549fcde45 (patch) | |
tree | 9bb6e803743767cbea16ead87623c2ed9ccb3e02 | |
parent | 7c385f73e594fa463658244ee027be18325db03c (diff) |
tr cleanup
-rw-r--r-- | src/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in index 94a1242167a..3e6e5fb8c13 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" |