Bumping the arg numbers since we now don't have a CFGFILE as first argument.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7,9 +7,9 @@ set -o errexit
|
||||
# . $1
|
||||
|
||||
|
||||
host=$2
|
||||
flavor=$3
|
||||
pyver=$4
|
||||
host=$1
|
||||
flavor=$2
|
||||
pyver=$3
|
||||
|
||||
if [ $skiposx != yes ]; then
|
||||
# test if the target machine is online
|
||||
|
Reference in New Issue
Block a user