summaryrefslogtreecommitdiff
path: root/install-sh
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2003-01-10 19:58:51 +0000
committerWayne Davison <wayned@samba.org>2003-01-10 19:58:51 +0000
commitac84096d1f735ea4d7a663dd37cda5a23f86ab44 (patch)
treec8453f62cde14d0144464de50fb6b8a9cbc511cf /install-sh
parenta1cc591b29ebcf3ee6e4d3c65bb0855a7a7f30ea (diff)
downloadrsync-ac84096d1f735ea4d7a663dd37cda5a23f86ab44.tar.gz
Don't use '#' in the dsttmp filename.
Diffstat (limited to 'install-sh')
-rwxr-xr-xinstall-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-sh b/install-sh
index 58719246..956817d4 100755
--- a/install-sh
+++ b/install-sh
@@ -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