OSDN Git Service

* install-sh: Use _inst.$$_ for temp file name.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jan 2002 23:42:28 +0000 (23:42 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jan 2002 23:42:28 +0000 (23:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49228 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
install-sh

index 76c57b2..bb2be8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * MAINTAINERS (Write After Approval): Move my contact info
index e9de238..59bcde4 100755 (executable)
@@ -221,7 +221,7 @@ else
 
 # Make a temp file name in the proper directory.
 
 
 # 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
 
 
 # Move or copy the file name to the temp name