chore(style): add shebang, set bash strict mode, create function
[webi-installers/.git] / jq / install.sh
index 205ea1bb3956ff44fbf56ed276a998278e39d4b9..0af4844a5af7f2a9865253aba5c74c50ac51b44e 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
+set -e
+set -u
 
 function __init_jq() {
-    set -e
-    set -u
 
     ##############
     # Install jq #