aboutsummaryrefslogtreecommitdiff
path: root/aux/lib.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-03-06 14:05:23 -0300
committerEuAndreh <eu@euandre.org>2022-03-06 14:05:23 -0300
commit5f52853ce4a03b0b1c1dc6a4f252bd8107083652 (patch)
treeba688c4057825dc1baad699a207a03e6ac1baa7f /aux/lib.sh
parentTODOs.md: Add #td-d5370885-16f3-acf8-7e7a-a65d794242ee (diff)
downloadeuandre.org-5f52853ce4a03b0b1c1dc6a4f252bd8107083652.tar.gz
euandre.org-5f52853ce4a03b0b1c1dc6a4f252bd8107083652.tar.xz
aux/: Update
Diffstat (limited to '')
-rwxr-xr-xaux/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/lib.sh b/aux/lib.sh
index b47812d..ba18f9a 100755
--- a/aux/lib.sh
+++ b/aux/lib.sh
@@ -13,7 +13,7 @@ uuid() {
}
tmpname() {
- echo 'mkstemp(template)' | m4 -D template="${TMPDIR:-/tmp}/m4-tmpname."
+ echo "${TMPDIR:-/tmp}/uuid-tmpname with spaces.$(uuid)"
}
mkstemp() {