diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-13 02:43:49 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-11-13 02:43:49 (GMT) |
commit | 9afe25191d712327ef3d509e004e2ac11a24f17f (patch) | |
tree | 88ca02ad0971b1055de1ea6ff126e707d5416194 /tools/s3-fetch-and-sync | |
parent | 861813c9df2ef6414c26f3f4ddb7cb2bc0646499 (diff) | |
download | mxe-9afe25191d712327ef3d509e004e2ac11a24f17f.zip mxe-9afe25191d712327ef3d509e004e2ac11a24f17f.tar.gz mxe-9afe25191d712327ef3d509e004e2ac11a24f17f.tar.bz2 |
s3-fetch-and-sync: cleanup log (make clean-junk removed)
Diffstat (limited to 'tools/s3-fetch-and-sync')
-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 |