summaryrefslogtreecommitdiffstats
path: root/contrib/less/install.sh
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-05-09 01:35:27 +0000
committerdelphij <delphij@FreeBSD.org>2009-05-09 01:35:27 +0000
commit810e5a84b4607c4d0fc76e9a418ae9fd2b0eeeb2 (patch)
tree5e0628caeff31611fab89dbdf72053148a59a873 /contrib/less/install.sh
parent8583a840068803e7fd9e0fc2452605bca6e822d8 (diff)
downloadFreeBSD-src-810e5a84b4607c4d0fc76e9a418ae9fd2b0eeeb2.zip
FreeBSD-src-810e5a84b4607c4d0fc76e9a418ae9fd2b0eeeb2.tar.gz
Update to less v429.
Diffstat (limited to 'contrib/less/install.sh')
-rwxr-xr-xcontrib/less/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/less/install.sh b/contrib/less/install.sh
index 0ff4b6a..41ea84f 100755
--- a/contrib/less/install.sh
+++ b/contrib/less/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
OpenPOWER on IntegriCloud