Use POSIX compatible tr arguments in autogen.sh

git-svn-id: https://svn.musicpd.org/mpd/trunk@7038 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Avuton Olrich 2007-11-16 04:05:53 +00:00
parent ec49c1d3d9
commit b11fe8e934
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ versioned_bins ()
for c in autoconf autoheader automake aclocal for c in autoconf autoheader automake aclocal
do do
uc=`echo $c | tr a-z A-Z` uc=`echo $c | tr '[:lower:]' '[:upper:]'`
eval "val=`echo '$'$uc`" eval "val=`echo '$'$uc`"
if test -n "$val" if test -n "$val"
then then