commit 7cb17cccfb65c66586adf4cbad52989a2a66b287 parent dd3c302e6020845b98d220204076f4cd95d731d4 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 15 Mar 2021 21:12:03 +0100 ffmpeg-combine: place temporary file list in cwd Diffstat:
M | .local/bin/ffmpeg-combine | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/ffmpeg-combine b/.local/bin/ffmpeg-combine @@ -1,5 +1,5 @@ #!/bin/sh -filelist="$(mktemp)" +filelist="$(mktemp -p .)" if [ $# -lt 2 ]; then echo "usage: $0 FILE1 FILE2 ..." >&2