This commit is contained in:
Oleg Sheynin 2024-06-13 18:13:27 -04:00
parent 0e6190f999
commit 9279f66e01
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
0.8.2 0.8.2.1

View File

@ -48,6 +48,7 @@ trap cleanup EXIT
function new_tempfile { function new_tempfile {
tmpfile=$(mktemp) tmpfile=$(mktemp)
TempFiles="${TempFiles} ${tmpfile}" TempFiles="${TempFiles} ${tmpfile}"
echo ${tmpfile}
} }
function space_alert() { function space_alert() {