X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a432a02b4e5b49f9531d9b8afe66c2c5f3c95d71..c8470018b86383d090e56b142024c0cd55810523:/wxPython/distrib/all/build-osx diff --git a/wxPython/distrib/all/build-osx b/wxPython/distrib/all/build-osx index c7c6fa2c91..f799c1d63e 100755 --- a/wxPython/distrib/all/build-osx +++ b/wxPython/distrib/all/build-osx @@ -4,12 +4,12 @@ set -o errexit # read the config variables from the file given on the command line -. $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