diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | install-sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 @@ -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 |
