chore(style): convert blocks into functions (see #325)
[webi-installers/.git] / ffmpeg / install.sh
index eaf4e30429f9bb55676414b071c1d64d0d1117d9..9eddc541992c0d2ed4a13494e10d55ccb74d99a8 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-{
+function __init_ffmpeg() {
     set -e
     set -u
 
@@ -39,3 +39,5 @@
     }
 
 }
+
+__init_ffmpeg