aboutsummaryrefslogtreecommitdiff
path: root/aux/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'aux/lib.sh')
-rwxr-xr-xaux/lib.sh3
1 files changed, 2 insertions, 1 deletions
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() {