aboutsummaryrefslogtreecommitdiff
path: root/install-sh
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-25 23:42:28 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-25 23:42:28 +0000
commitecec2beb231e392b8c8892097ccf37a65f601ad5 (patch)
tree72abfe270ede486ba5d7c461a23e8e2a82fdc280 /install-sh
parent001820e33c7f6beebc391c8aed6d9a01786fbe59 (diff)
* install-sh: Use _inst.$$_ for temp file name.
git-svn-id: svn+ssh://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