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_mpdec.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build_mpdec.sh') diff --git a/build_mpdec.sh b/build_mpdec.sh index 5bae0c2..124833c 100755 --- a/build_mpdec.sh +++ b/build_mpdec.sh @@ -27,6 +27,8 @@ function build() function post() { + rm -rf "${dest}" + rm -rf "${tarball}" echo "All done." } -- cgit