summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-05-08 23:45:27 +0000
committerXin LI <delphij@FreeBSD.org>2009-05-08 23:45:27 +0000
commite1193b7bca0eca8d5c2740fdfa576746303bb993 (patch)
treea3b19b698e154070851f613743d2c3b6467b5828 /install.sh
parentad5f463cf975eb6a9c4cb335fc2ce7a84c7d49a7 (diff)
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 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