From d3c518f98523e211e65f2089dc15e16836486d9e Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Mon, 27 Feb 2006 05:06:06 +0000 Subject: [PATCH] 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 --- wxPython/distrib/all/build-osx | 6 +++--- wxPython/distrib/all/build-rpm | 8 ++++---- wxPython/distrib/all/build-windows | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wxPython/distrib/all/build-osx b/wxPython/distrib/all/build-osx index 40bba17664..f799c1d63e 100755 --- a/wxPython/distrib/all/build-osx +++ b/wxPython/distrib/all/build-osx @@ -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 diff --git a/wxPython/distrib/all/build-rpm b/wxPython/distrib/all/build-rpm index d2932e2479..7b7c3b0be6 100755 --- a/wxPython/distrib/all/build-rpm +++ b/wxPython/distrib/all/build-rpm @@ -6,10 +6,10 @@ set -o errexit # 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 diff --git a/wxPython/distrib/all/build-windows b/wxPython/distrib/all/build-windows index f2723aa57f..a64d1a1356 100755 --- a/wxPython/distrib/all/build-windows +++ b/wxPython/distrib/all/build-windows @@ -6,7 +6,7 @@ set -o errexit # 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 -- 2.45.2