Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f013a5

Browse files
committed
Lowercase $host for QNX.
1 parent1520f60 commit9f013a5

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)

[8]ページ先頭

©2009-2025 Movatter.jp