]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-rpm
Bumping the arg numbers since we now don't have a CFGFILE as first argument.
[wxWidgets.git] / wxPython / distrib / all / build-rpm
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
 
-coHost=$2
-host=$3
-reltag=$4
-shift;shift;shift;shift
+coHost=$1
+host=$2
+reltag=$3
+shift;shift;shift
 pyver=$@
 
 if [ $pyver = config ]; then