From e6099cdb3e1252826d3667b69559549dcea1afa3 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 26 Jun 2020 20:53:39 +1000 Subject: [PATCH] s3-fetch-and-sync: fix for s3cmd update --- tools/s3-fetch-and-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/s3-fetch-and-sync b/tools/s3-fetch-and-sync index 33f7214a..14d67d50 100755 --- a/tools/s3-fetch-and-sync +++ b/tools/s3-fetch-and-sync @@ -44,5 +44,5 @@ if ! ( \ EDITOR=~/mxe/tools/fake-editor ghi open -L bug -- mxe/mxe fi -s3cmd sync --acl-public ~/mxe/pkg/* s3://mxe-pkg/ +s3cmd sync --acl-public ~/mxe/pkg/ s3://mxe-pkg/ rm -rf ~/mxe/tmp-download-log ~/mxe/tmp-url ~/mxe/log