From 2b98e4d7a828b4b8100078190bfa83253719b641 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 13 Aug 2018 16:48:13 -0400 Subject: Clean up deletions --- build_python.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build_python.sh') diff --git a/build_python.sh b/build_python.sh index 4f302bf..50e358c 100755 --- a/build_python.sh +++ b/build_python.sh @@ -131,6 +131,8 @@ function post() echo '---' python --version python -c "import sys; from pprint import pprint; pprint(sys.path)" + rm -rf "${python_tarball}" + rm -rf "${python_source}" echo "All done." } -- cgit