diff options
-rwxr-xr-x | tools/s3-fetch-and-sync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/s3-fetch-and-sync b/tools/s3-fetch-and-sync index 7dfbe4f..ff603ea 100755 --- a/tools/s3-fetch-and-sync +++ b/tools/s3-fetch-and-sync @@ -45,4 +45,4 @@ if ! ( \ fi s3cmd sync --acl-public ~/mxe/pkg/* s3://mxe-pkg/ -rm -f ~/mxe/tmp-download-log ~/mxe/tmp-url +rm -rf ~/mxe/tmp-download-log ~/mxe/tmp-url ~/mxe/log |