Commit b11fe8e9 authored by Avuton Olrich's avatar Avuton Olrich

Use POSIX compatible tr arguments in autogen.sh

git-svn-id: https://svn.musicpd.org/mpd/trunk@7038 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent ec49c1d3
......@@ -42,7 +42,7 @@ versioned_bins ()
for c in autoconf autoheader automake aclocal
do
uc=`echo $c | tr a-z A-Z`
uc=`echo $c | tr '[:lower:]' '[:upper:]'`
eval "val=`echo '$'$uc`"
if test -n "$val"
then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment