From d1ab8e2441ec33ec2200dd8b22f30b7802967a3b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 27 Jan 2008 23:12:26 +0000 Subject: Use POSIX compatible tr arguments in autogen.sh From sbh, r7038 in trunk git-svn-id: https://svn.musicpd.org/mpd/branches/branch-0.13.0-fixes@7172 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 44fe928d5..7629b98c1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- cgit v1.2.3