summaryrefslogtreecommitdiff
path: root/build_python.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-08-13 16:48:13 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-08-13 16:48:13 -0400
commit2b98e4d7a828b4b8100078190bfa83253719b641 (patch)
tree9ae25abc112925277e9dac58baa09194d2692851 /build_python.sh
parent52ccb17484ea0f989b229350241bd75e52ce01a3 (diff)
downloaddocker-buildsys-vanilla-2b98e4d7a828b4b8100078190bfa83253719b641.tar.gz
Clean up deletions
Diffstat (limited to 'build_python.sh')
-rwxr-xr-xbuild_python.sh2
1 files changed, 2 insertions, 0 deletions
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."
}