From ac84096d1f735ea4d7a663dd37cda5a23f86ab44 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 10 Jan 2003 19:58:51 +0000 Subject: [PATCH] Don't use '#' in the dsttmp filename. --- install-sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1