We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cd848 commit fa4f06dCopy full SHA for fa4f06d
1 file changed
scripts/join-insv
@@ -53,7 +53,7 @@ join_insv() {
53
54
local tmpfile="${outfile}"_tmp_.mp4
55
local file_list
56
- file_list="_list.txt"
+ file_list="$(mktemp --suffix="_list.txt" --tmpdir="$(pwd)")"
57
58
rm -rf "${file_list}" "${tmpfile}"
59
0 commit comments