diff --git a/_example/install.sh b/_example/install.sh index 6ae2b2e..280997c 100644 --- a/_example/install.sh +++ b/_example/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -{ +function __init_foobar() { set -e set -u @@ -37,3 +37,5 @@ } } + +__init_foobar