From: Bdale Garbee Date: Fri, 22 Jul 2016 19:33:06 +0000 (-0600) Subject: be consistent about use of tmp filename X-Git-Tag: upstream/1.29b^0 X-Git-Url: https://git.gag.com/?p=debian%2Ftar;a=commitdiff_plain;h=07d2725d8cedff36e191d10f93286597883b54ff be consistent about use of tmp filename --- 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