From: Wayne Davison Date: Fri, 10 Jan 2003 19:58:51 +0000 (+0000) Subject: Don't use '#' in the dsttmp filename. X-Git-Tag: v2.5.6~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac84096d1f735ea4d7a663dd37cda5a23f86ab44;p=thirdparty%2Frsync.git 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