From c441759ce30298b965830ff3bd8a8f3a7e3eb04b Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Sun, 9 Dec 2018 13:30:35 -0800 Subject: [PATCH] make sure we also remove .tar.bz2 files. thanks Zexuan Luo for the patch. --- util/mirror-tarballs | 1 + 1 file changed, 1 insertion(+) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index b37e4e4..63de4d1 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -851,6 +851,7 @@ cd .. ################################# rm *.tar.gz +rm *.tar.bz2 cd .. cp $root/util/configure ./ || exit 1