X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4bb599887258fe5d1dc0bfd27433932ea7e4347..35c15a4d84b7af2058b28a5d6d1e52e7199c021b:/wxPython/distrib/all/build-windows?ds=sidebyside diff --git a/wxPython/distrib/all/build-windows b/wxPython/distrib/all/build-windows index d8b70d2db4..a64d1a1356 100755 --- a/wxPython/distrib/all/build-windows +++ b/wxPython/distrib/all/build-windows @@ -4,8 +4,9 @@ set -o errexit # read the config variables from the file given on the command line -. $1 +# . $1 +PYVER=$1 if [ $skipwin != yes ]; then # test if the target machine is online @@ -29,4 +30,6 @@ if [ $skipwin != yes ]; then echo "Fetching the results..." scp "$WIN_HOST:$WIN_BUILD/wxPython*-win32*" $STAGING_DIR ssh $WIN_HOST "rm $WIN_BUILD/wxPython*-win32*" + + echo "Done!" fi \ No newline at end of file