From 581865ee0c8b8aea872f053d804a41fb5f416b17 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 20 Jun 2023 23:01:09 +0200 Subject: Various shellcheck fixes (www.shellcheck.net) --- ffmpeg-screenrecord | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffmpeg-screenrecord') diff --git a/ffmpeg-screenrecord b/ffmpeg-screenrecord index cdca2dc..bef2167 100755 --- a/ffmpeg-screenrecord +++ b/ffmpeg-screenrecord @@ -5,4 +5,4 @@ outfile=${1:-output.mkv} -ffmpeg -f x11grab -i :0 -f pulse -i default $outfile +ffmpeg -f x11grab -i :0 -f pulse -i default "$outfile" -- cgit v1.3