From 5701d273b0c00bff3df7e9514f590858f7ce9687 Mon Sep 17 00:00:00 2001 From: Douglas B Rupp Date: Fri, 25 Jan 2002 18:42:28 -0500 Subject: [PATCH] * install-sh: Use _inst.$$_ for temp file name. From-SVN: r49228 --- ChangeLog | 4 ++++ install-sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 76c57b23b26..bb2be8ee8cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-01-25 Douglas B Rupp + + * install-sh: Use _inst.$$_ for temp file name. + 2002-01-24 Jason Thorpe * MAINTAINERS (Write After Approval): Move my contact info diff --git a/install-sh b/install-sh index e9de23842dc..59bcde425aa 100755 --- a/install-sh +++ b/install-sh @@ -221,7 +221,7 @@ else # Make a temp file name in the proper directory. - dsttmp=$dstdir/#inst.$$# + dsttmp=$dstdir/_inst.$$_ # Move or copy the file name to the temp name