diff options
| author | Xin LI <delphij@FreeBSD.org> | 2009-05-08 23:45:27 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2009-05-08 23:45:27 +0000 |
| commit | e1193b7bca0eca8d5c2740fdfa576746303bb993 (patch) | |
| tree | a3b19b698e154070851f613743d2c3b6467b5828 /install.sh | |
| parent | ad5f463cf975eb6a9c4cb335fc2ce7a84c7d49a7 (diff) | |
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh index 0ff4b6a08e80..41ea84f9e54a 100755 --- a/install.sh +++ b/install.sh @@ -97,7 +97,7 @@ fi # Make a temp file name in the proper directory. dstdir=`dirname $dst` -dsttmp=$dstdir/#inst.$$# +dsttmp=$dstdir/_inst.$$_ # Move or copy the file name to the temp name |
