From 95357339af67e1bf4d6d46a2a65ed2faeb1d7340 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 20 Jul 2024 18:19:34 -0700 Subject: [PATCH] Add set -u Signed-off-by: Tommy --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 62114f6..aabc49d 100644 --- a/setup.sh +++ b/setup.sh @@ -14,7 +14,7 @@ # License for the specific language governing permissions and limitations under # the License. -set -e +set -eu output(){ printf '\e[1;34m%-6s\e[m\n' "${@}"