From 63f532a5bf69ad832041baaa7626312c93139db6 Mon Sep 17 00:00:00 2001 From: "Wilson J. Holmes" Date: Fri, 4 Oct 2024 22:38:13 -0400 Subject: [PATCH] Update build.sh to abort on shell errors (`bash -e`) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3ff3e5b51..909150f88 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # # KLayout Layout Viewer