post 2.7.1 fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,11 +114,18 @@ doinit()
|
||||
dospinport(){
|
||||
port=$1
|
||||
|
||||
if [ $port != "all" ]; then
|
||||
portname="`echo $port|tr '[a-z]' '[A-Z]'`"
|
||||
else
|
||||
portname="Widgets"
|
||||
fi
|
||||
case "$port" in
|
||||
all)
|
||||
portname=Widgets;;
|
||||
base)
|
||||
portname=Base;;
|
||||
motif)
|
||||
portname=Motif;;
|
||||
mac)
|
||||
portname=Mac;;
|
||||
*)
|
||||
portname=echo $port | tr [a-z] [A-Z];;
|
||||
esac
|
||||
|
||||
echo "Creating wx$portname distribution..."
|
||||
|
||||
|
Reference in New Issue
Block a user