forked from kiss-community/kiss
kiss: remove double KISS_PID in path
This commit is contained in:
parent
8ee6a3948d
commit
61a3177051
2
kiss
2
kiss
@ -77,7 +77,7 @@ tmp_file() {
|
|||||||
# for access by the caller (allowing 3 files at once).
|
# for access by the caller (allowing 3 files at once).
|
||||||
_tmp_file_pre_pre=$_tmp_file_pre
|
_tmp_file_pre_pre=$_tmp_file_pre
|
||||||
_tmp_file_pre=$_tmp_file
|
_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"
|
: > "$_tmp_file" || die "$1" "Failed to create temporary file"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user