aboutsummaryrefslogtreecommitdiff
path: root/install-sh
diff options
context:
space:
mode:
authorDouglas B Rupp <rupp@gnat.com>2002-01-25 23:42:28 +0000
committerRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2002-01-25 23:42:28 +0000
commita2989ce6922bc676e6f19061848f802f439588fd (patch)
tree72abfe270ede486ba5d7c461a23e8e2a82fdc280 /install-sh
parentff712a7359c0e1a2e80ace083b8e4a51451a8302 (diff)
* install-sh: Use _inst.$$_ for temp file name.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@49228 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'install-sh')
-rwxr-xr-xinstall-sh2
1 files changed, 1 insertions, 1 deletions
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