Can't use the config.PYVER value if it hasn't been set yet...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-11-09 03:40:11 +00:00
parent 2c12daf99b
commit dc5bee0a15
2 changed files with 6 additions and 2 deletions

View File

@@ -12,6 +12,10 @@ reltag=$4
shift;shift;shift;shift
pyver=$@
if [ $pyver = config ]; then
pyver=$PYVER
fi
function TestOnline {
local host=$1