diff options
author | EuAndreh <eu@euandre.org> | 2025-05-18 07:57:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-18 07:57:01 -0300 |
commit | f7268e88a7aa18edd2b09defe03f73b18e7ded57 (patch) | |
tree | d9cab137554edf96cd81679b238710b240b36738 /src/tempname | |
parent | src/instool: Early exit when no files are given (diff) | |
download | eut-f7268e88a7aa18edd2b09defe03f73b18e7ded57.tar.gz eut-f7268e88a7aa18edd2b09defe03f73b18e7ded57.tar.xz |
git mv src/uuid src/uuidx
Diffstat (limited to 'src/tempname')
-rwxr-xr-x | src/tempname | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tempname b/src/tempname index d3107a2..acee4f4 100755 --- a/src/tempname +++ b/src/tempname @@ -1,4 +1,4 @@ #!/bin/sh set -eu -printf '%s\n' "${TMPDIR:-/tmp}/uuid-tmpname with spaces.$(uuid)" +printf '%s\n' "${TMPDIR:-/tmp}/uuidx-tmpname with spaces.$(uuidx)" |