Skip to content

Commit 9f013a5

Browse files
committed
Lowercase $host for QNX.
1 parent 1520f60 commit 9f013a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/configure.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ AC_ARG_WITH(template,
9292
see template directory],
9393
[ TEMPLATE=$withval ],
9494
[
95+
96+
# lowercase $host
97+
host="`echo $host | tr '[A-Z]' '[a-z]'`"
98+
9599
# First, try for a template exactly matching $host
96100
if test -f "template/$host"
97101
then TEMPLATE="$host"

0 commit comments

Comments
 (0)