chore(style): convert blocks into functions (see #325)
[webi-installers/.git] / fd / install.sh
index 50af4761cb6edbacc3c79711db8960f6ab4cc49e..58c7568631559dc86d1a4988f3d1addac8f88f58 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-{
+function __init_fd() {
     set -e
     set -u
 
@@ -29,3 +29,5 @@
         chmod a+x "$pkg_src_cmd"
     }
 }
+
+__init_fd