X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1a9f3318b7698a404a65538e6ec2a2c0ac1230e..d3c518f98523e211e65f2089dc15e16836486d9e:/wxPython/distrib/all/build-rpm 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