projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66b8f5d
)
* install-sh: Use _inst.$$_ for temp file name.
author
Douglas B Rupp
<rupp@gnat.com>
Fri, 25 Jan 2002 23:42:28 +0000
(18:42 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Fri, 25 Jan 2002 23:42:28 +0000
(18:42 -0500)
From-SVN: r49228
ChangeLog
patch
|
blob
|
history
install-sh
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 76c57b23b26a24908f84545be868afe2f09abcc2..bb2be8ee8cb525aedefaf6a85ed3ce17fadef01a 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
diff --git
a/install-sh
b/install-sh
index e9de23842dcd44d2953129c866b1ad25f7e1f1d9..59bcde425aa389729a408b74e49e03614e861d91 100755
(executable)
--- 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