chore(style): add shebang, set bash strict mode, create function
[webi-installers/.git] / pandoc / install.sh
index 18e9625ab18014817637a72ca65ff3b742f0bb84..f3b59c0331f2234586d7a84ba4f3700452df3fb3 100644 (file)
@@ -1,7 +1,8 @@
 #!/bin/bash
-function __init_pandoc{
-    set -e
-    set -u
+set -e
+set -u
+
+function __init_pandoc() {
 
     ###################
     # Install pandoc #