remove tmpdir on success

This commit is contained in:
AJ ONeal 2018-07-26 22:10:46 +00:00
parent 972d510f59
commit 8be0a29b7d
1 changed files with 2 additions and 0 deletions

View File

@ -376,3 +376,5 @@ if [ "--dev-deps" == "$deps_flag" ]; then
echo ""
fi
rm -rf "$my_tmp"