From 7f919e5fe544b1ad7ec56623d9f8ea4df1379bca Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 21 Jan 2022 00:16:20 -0300 Subject: aux/: Update --- aux/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux/lib.sh') 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() { -- cgit v1.2.3