diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-08-13 16:48:13 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-08-13 16:48:13 -0400 |
| commit | 2b98e4d7a828b4b8100078190bfa83253719b641 (patch) | |
| tree | 9ae25abc112925277e9dac58baa09194d2692851 /build_mpdec.sh | |
| parent | 52ccb17484ea0f989b229350241bd75e52ce01a3 (diff) | |
| download | docker-buildsys-vanilla-2b98e4d7a828b4b8100078190bfa83253719b641.tar.gz | |
Clean up deletions
Diffstat (limited to 'build_mpdec.sh')
| -rwxr-xr-x | build_mpdec.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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." } |
