From: Wayne Davison Date: Fri, 10 Jan 2003 19:58:51 +0000 (+0000) Subject: Don't use '#' in the dsttmp filename. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ac84096d1f735ea4d7a663dd37cda5a23f86ab44 Don't use '#' in the dsttmp filename. --- 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