aboutsummaryrefslogtreecommitdiff
path: root/bin/tmpname
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tmpname')
-rwxr-xr-xbin/tmpname2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tmpname b/bin/tmpname
index 5b732a5..f16816e 100755
--- a/bin/tmpname
+++ b/bin/tmpname
@@ -64,4 +64,4 @@ while getopts 'h' flag; do
done
shift $((OPTIND - 1))
-echo "${TMPDIR:-/tmp}/uuid-tmpname with spaces.$(uuid)"
+printf '%s\n' "${TMPDIR:-/tmp}/uuid-tmpname with spaces.$(uuid)"