diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-25 23:42:28 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-25 23:42:28 +0000 |
commit | ecec2beb231e392b8c8892097ccf37a65f601ad5 (patch) | |
tree | 72abfe270ede486ba5d7c461a23e8e2a82fdc280 /install-sh | |
parent | 001820e33c7f6beebc391c8aed6d9a01786fbe59 (diff) | |
download | gcc-ecec2beb231e392b8c8892097ccf37a65f601ad5.tar.gz |
* 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-x | install-sh | 2 |
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 |