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, 1 insertions, 2 deletions
diff --git a/aux/lib.sh b/aux/lib.sh
index cfb59d7..47e4878 100755
--- a/aux/lib.sh
+++ b/aux/lib.sh
@@ -13,8 +13,7 @@ uuid() {
}
tmpname() {
- TEMPLATE="${TMPDIR:-/tmp}/m4-tmpname.diacritic á and spaces."
- echo 'mkstemp(template)' | m4 -D template="$TEMPLATE"
+ echo "${TMPDIR:-/tmp}/uuid-tmpname.diacritic á and spaces.$(uuid)"
}
mkstemp() {