From e596e1142581ffe94e0f6bb26027c4361e1b6427 Mon Sep 17 00:00:00 2001 From: tTh Date: Thu, 15 Sep 2022 16:18:54 +0200 Subject: [PATCH] oups! --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1f4eb91..9a1e6b1 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -e # obort on error +set -e # abort on error cd Lib echo "========== in $PWD"