X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/391a2d0e2cc7502f2ce178246a2951ad779187ec..582241e4a4491d77ed6d3a3693b045307224ae2c:/wxPython/distrib/all/build-finalize diff --git a/wxPython/distrib/all/build-finalize b/wxPython/distrib/all/build-finalize index 601a221725..4ce3961510 100755 --- a/wxPython/distrib/all/build-finalize +++ b/wxPython/distrib/all/build-finalize @@ -4,7 +4,7 @@ set -o errexit # read the config variables from the file given on the command line -. $1 +# . $1 @@ -29,7 +29,7 @@ if [ $KIND = daily ]; then destdir=$UPLOAD_DAILY_ROOT/$DAILY echo "Copying to the starship at $destdir..." ssh $UPLOAD_HOST "mkdir -p $destdir" - scp $STAGING_DIR/* $UPLOAD_HOST:/$destdir + scp -p $STAGING_DIR/* $UPLOAD_HOST:/$destdir ssh $UPLOAD_HOST "cd $destdir && ls -al" @@ -79,7 +79,7 @@ if [ $KIND = release ]; then echo "Copying to the starship..." destdir=$UPLOAD_PREVIEW_ROOT/$VERSION ssh $UPLOAD_HOST "mkdir -p $destdir" - scp $STAGING_DIR/* $UPLOAD_HOST:/$destdir + scp -p $STAGING_DIR/* $UPLOAD_HOST:/$destdir # Send email to wxPython-dev DATE=`date`