From efd4bc1eaa34d011ca425218f4f85defe79737d2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 21 Jan 2022 00:37:21 -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