diff options
Diffstat (limited to 'aux/lib.sh')
-rwxr-xr-x | aux/lib.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() { |