Skip to content
Snippets Groups Projects
Commit 07d2725d authored by Bdale Garbee's avatar Bdale Garbee
Browse files

be consistent about use of tmp filename

parent d8086bc8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
#
# preserve the man pages upstream has provided since 1.28
tempfile=$(mktemp -p /tmp tar-doc.XXXXXXXX)
tmpfile=$(mktemp -p /tmp tar-doc.XXXXXXXX)
tar cf $tmpfile doc/tar.1 doc/rmt.8
git rm -rf doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment