From 61a317705120e2d8d4a9dbc071fa8e5c4c8e7310 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 27 Jul 2021 20:47:33 +0300 Subject: [PATCH] kiss: remove double KISS_PID in path --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index a8b12a8..178cfee 100755 --- a/kiss +++ b/kiss @@ -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" }