Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7ad7f45f5 |
+1
-1
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user