diff options
author | EuAndreh <eu@euandre.org> | 2022-01-21 00:16:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-21 00:16:20 -0300 |
commit | 7f919e5fe544b1ad7ec56623d9f8ea4df1379bca (patch) | |
tree | 89c7ccbf007b072bce2ff6d2705c6adf60568073 /aux/lib.sh | |
parent | 7965d79f564b5cdc5dbeb8409d3247d6ade9385e (diff) | |
download | package-repository-7f919e5fe544b1ad7ec56623d9f8ea4df1379bca.tar.gz |
aux/: Update
Diffstat (limited to 'aux/lib.sh')
-rwxr-xr-x | aux/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |