]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Don't use '#' in the dsttmp filename.
authorWayne Davison <wayned@samba.org>
Fri, 10 Jan 2003 19:58:51 +0000 (19:58 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 10 Jan 2003 19:58:51 +0000 (19:58 +0000)
install-sh

index 58719246f0407f315fccac407d19c3ef49e6fad1..956817d4bffa641018eb8c6686dfb1ce40402050 100755 (executable)
@@ -208,7 +208,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