mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Lowercase $host for QNX.
This commit is contained in:
@ -92,6 +92,10 @@ AC_ARG_WITH(template,
|
||||
see template directory],
|
||||
[ TEMPLATE=$withval ],
|
||||
[
|
||||
|
||||
# lowercase $host
|
||||
host="`echo $host | tr '[A-Z]' '[a-z]'`"
|
||||
|
||||
# First, try for a template exactly matching $host
|
||||
if test -f "template/$host"
|
||||
then TEMPLATE="$host"
|
||||
|
Reference in New Issue
Block a user