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:
parent
b3402d0df8
commit
ec14dd32d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user