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

Commit04c78e2

Browse files
committed
autoconf
1 parent6a554a0 commit04c78e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ else
701701

702702

703703
# lowercase $host
704-
host="`echo$host| tr'A-Z''a-z'`"
704+
host="`echo$host| tr'[A-Z]''[a-z]'`"
705705

706706
# First, try for a template exactly matching $host
707707
iftest -f"template/$host"
@@ -729,7 +729,7 @@ else
729729
then TEMPLATE="$GUESS"
730730
else
731731
# Last chance ... maybe uname -s will match an entry.
732-
TEMPLATE=`uname -s| tr A-Za-z`
732+
TEMPLATE=`uname -s| tr'[A-Z]''[a-z]'`
733733
fi
734734
fi
735735
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp