diff options
author | Douglas B Rupp <rupp@gnat.com> | 2002-01-25 18:42:28 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2002-01-25 18:42:28 -0500 |
commit | 5701d273b0c00bff3df7e9514f590858f7ce9687 (patch) | |
tree | 72abfe270ede486ba5d7c461a23e8e2a82fdc280 /install-sh | |
parent | 66b8f5d7a8c40e4eff5979b2815995c73b637afd (diff) | |
download | gcc-5701d273b0c00bff3df7e9514f590858f7ce9687.tar.gz |
* install-sh: Use _inst.$$_ for temp file name.
From-SVN: r49228
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 |