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