tr cleanup
This commit is contained in:
parent
7c385f73e5
commit
2c29c96ed6
@ -94,7 +94,7 @@ AC_ARG_WITH(template,
|
||||
[
|
||||
|
||||
# lowercase $host
|
||||
host="`echo $host | tr '[A-Z]' '[a-z]'`"
|
||||
host="`echo $host | tr 'A-Z' 'a-z'`"
|
||||
|
||||
# First, try for a template exactly matching $host
|
||||
if test -f "template/$host"
|
||||
|
Loading…
x
Reference in New Issue
Block a user