kiss: remove double KISS_PID in path

This commit is contained in:
Dylan Araps 2021-07-27 20:47:33 +03:00
parent 8ee6a3948d
commit 61a3177051
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -77,7 +77,7 @@ tmp_file() {
# for access by the caller (allowing 3 files at once).
_tmp_file_pre_pre=$_tmp_file_pre
_tmp_file_pre=$_tmp_file
_tmp_file=$tmp_dir/$KISS_PID-$1-$2
_tmp_file=$tmp_dir/$1-$2
: > "$_tmp_file" || die "$1" "Failed to create temporary file"
}