diff options
Diffstat (limited to 'contrib/less/install.sh')
-rwxr-xr-x | contrib/less/install.sh | 2 |
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 |