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

Commit2c29c96

Browse files
committed
tr cleanup
1 parent7c385f7 commit2c29c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ AC_ARG_WITH(template,
9494
[
9595

9696
# lowercase $host
97-
host="`echo $host | tr '[A-Z]' '[a-z]'`"
97+
host="`echo $host | tr 'A-Z' 'a-z'`"
9898

9999
# First, try for a template exactly matching $host
100100
if test -f "template/$host"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp