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
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