From 7bb30b4d8ec7fdb24b23b02f04897d9b0480056f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 20 Jan 2022 23:29:42 -0300 Subject: Add diacritic and spaces to mk{s,d}temp paths to enforce that everything works with it --- aux/lib.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'aux/lib.sh') diff --git a/aux/lib.sh b/aux/lib.sh index b47812d..cfb59d7 100755 --- a/aux/lib.sh +++ b/aux/lib.sh @@ -13,7 +13,8 @@ uuid() { } tmpname() { - echo 'mkstemp(template)' | m4 -D template="${TMPDIR:-/tmp}/m4-tmpname." + TEMPLATE="${TMPDIR:-/tmp}/m4-tmpname.diacritic รก and spaces." + echo 'mkstemp(template)' | m4 -D template="$TEMPLATE" } mkstemp() { -- cgit v1.2.3