diff options
author | EuAndreh <eu@euandre.org> | 2022-03-06 14:05:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-03-06 14:05:23 -0300 |
commit | 5f52853ce4a03b0b1c1dc6a4f252bd8107083652 (patch) | |
tree | ba688c4057825dc1baad699a207a03e6ac1baa7f /aux/lib.sh | |
parent | TODOs.md: Add #td-d5370885-16f3-acf8-7e7a-a65d794242ee (diff) | |
download | euandre.org-5f52853ce4a03b0b1c1dc6a4f252bd8107083652.tar.gz euandre.org-5f52853ce4a03b0b1c1dc6a4f252bd8107083652.tar.xz |
aux/: Update
Diffstat (limited to '')
-rwxr-xr-x | aux/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |