Skip to content

Commit 04c78e2

Browse files
committed
autoconf
1 parent 6a554a0 commit 04c78e2

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
if test -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-Z a-z`
732+
TEMPLATE=`uname -s | tr '[A-Z]' '[a-z]'`
733733
fi
734734
fi
735735
fi

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy