call to tr fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2000-01-12 15:14:01 +00:00
parent b3402d0df8
commit ec14dd32d8
2 changed files with 347 additions and 329 deletions

674
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1712,7 +1712,7 @@ fi
dnl the name of the directory where the files for this toolkit live
if test "$TOOLKIT" != "PM" ; then
TOOLKIT_DIR=`echo ${TOOLKIT} | tr "A-Z" "a-z"`
TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[[A-Z]]" "[[a-z]]"`
else
TOOLKIT_DIR="os2"
fi