cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / ffmpeg / install.sh
index fb0ef78d33f8602897ab8ba495dd7d1b994e52f6..eaf4e30429f9bb55676414b071c1d64d0d1117d9 100644 (file)
@@ -35,7 +35,7 @@
         #       ...
         # This trims it down to just the version number:
         #       4.3.1
-        echo $(ffmpeg -version 2>/dev/null | head -n 1 | cut -d ' ' -f 3)
+        echo $(ffmpeg -version 2> /dev/null | head -n 1 | cut -d ' ' -f 3)
     }
 
 }