]> git.saurik.com Git - wxWidgets.git/commitdiff
Bumping the arg numbers since we now don't have a CFGFILE as first argument.
authorKevin Ollivier <kevino@theolliviers.com>
Mon, 27 Feb 2006 05:06:06 +0000 (05:06 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Mon, 27 Feb 2006 05:06:06 +0000 (05:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/all/build-osx
wxPython/distrib/all/build-rpm
wxPython/distrib/all/build-windows

index 40bba17664bfabe7b1cddcd2402da876aa8c6efd..f799c1d63e4c04d6236411d530fab562e8b3a883 100755 (executable)
@@ -7,9 +7,9 @@ set -o errexit
 # . $1
 
 
 # . $1
 
 
-host=$2
-flavor=$3
-pyver=$4
+host=$1
+flavor=$2
+pyver=$3
 
 if [ $skiposx != yes ]; then
     # test if the target machine is online
 
 if [ $skiposx != yes ]; then
     # test if the target machine is online
index d2932e2479ef4c2dbd0b5fea116425e45529ee07..7b7c3b0be6a16dbbd1c0d7ee46775c8602ec1ae6 100755 (executable)
@@ -6,10 +6,10 @@ set -o errexit
 # read the config variables from the file given on the command line
 # . $1
 
 # read the config variables from the file given on the command line
 # . $1
 
-coHost=$2
-host=$3
-reltag=$4
-shift;shift;shift;shift
+coHost=$1
+host=$2
+reltag=$3
+shift;shift;shift
 pyver=$@
 
 if [ $pyver = config ]; then
 pyver=$@
 
 if [ $pyver = config ]; then
index f2723aa57f3dbfe34edfa622548c0c7368726aa7..a64d1a13561588d503773ced972dc73ea4d05bd0 100755 (executable)
@@ -6,7 +6,7 @@ set -o errexit
 # read the config variables from the file given on the command line
 # . $1
 
 # read the config variables from the file given on the command line
 # . $1
 
-PYVER=$2
+PYVER=$1
 
 if [ $skipwin != yes ]; then
     # test if the target machine is online
 
 if [ $skipwin != yes ]; then
     # test if the target machine is online