From 07d2725d8cedff36e191d10f93286597883b54ff Mon Sep 17 00:00:00 2001
From: Bdale Garbee <bdale@gag.com>
Date: Fri, 22 Jul 2016 13:33:06 -0600
Subject: [PATCH] be consistent about use of tmp filename

---
 cleanup-script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cleanup-script.sh b/cleanup-script.sh
index 13a048c3..97a4b0fb 100755
--- a/cleanup-script.sh
+++ b/cleanup-script.sh
@@ -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
-- 
GitLab