Skip to content

Commit

Permalink
* install-sh: Use _inst.$$_ for temp file name.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49228 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
kenner committed Jan 25, 2002
1 parent 001820e commit ecec2be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2002-01-25 Douglas B Rupp <rupp@gnat.com>

* install-sh: Use _inst.$$_ for temp file name.

2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>

* MAINTAINERS (Write After Approval): Move my contact info
Expand Down
2 changes: 1 addition & 1 deletion install-sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ecec2be

Please sign in to comment.