diff options
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 |
