Compare commits

..

1 Commits

Author SHA1 Message Date
oleg a7ad7f45f5 fix 2024-06-13 18:13:27 -04:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
0.8.2 0.8.2.1
@@ -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() {