aboutsummaryrefslogtreecommitdiff
path: root/aux/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'aux/lib.sh')
-rw-r--r--aux/lib.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/aux/lib.sh b/aux/lib.sh
index 1d7dabe..07aeb40 100644
--- a/aux/lib.sh
+++ b/aux/lib.sh
@@ -21,7 +21,6 @@ uuid() {
}
tmpname() {
- # printf '%s/uuid-tmpname with spaces.%s' "${TMPDIR:-/tmp}" "$(uuid)"
printf '%s/uuid-tmpname-without-spaces.%s' "${TMPDIR:-/tmp}" "$(uuid)"
}