chore(style): convert blocks into functions (see #325)
[webi-installers/.git] / lsd / install.sh
index 67d5876b428c50802d442cf8ffab726f44699e6d..ee91a4ea8b2a2dd70eac98325f4d0ff20eb08ff3 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-{
+function __init_lsd() {
     set -e
     set -u
 
@@ -37,3 +37,5 @@
     }
 
 }
+
+__init_lsd