chore(style): convert blocks into functions (see #325)
[webi-installers/.git] / shfmt / install.sh
index 016b420cdc62143cff0b14cf316fc2bb7a7a1347..c2d212313b5ba84a6060eee80cededa1109610c7 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-{
+function __init_shfmt() {
     set -e
     set -u
 
@@ -28,3 +28,5 @@
     }
 
 }
+
+__init_shfmt