summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/rfc/rfc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rfc/rfc.in b/doc/rfc/rfc.in
index adf297eb..958b09da 100644
--- a/doc/rfc/rfc.in
+++ b/doc/rfc/rfc.in
@@ -2,7 +2,7 @@
 set -eu
 
 rfc=%%PREFIX%%/share/rfc/"rfc${1:--index}.txt"
-tags=$(mktemp -t rfc)
+tags=$(mktemp -t rfc.XXXXXXXXXX)
 trap 'rm "${tags}"' EXIT
 %%PREFIX%%/bin/rfctags "${rfc}" >"${tags}"
 ${PAGER:-less} -T "${tags}" "${rfc}"