Update build.sh to abort on shell errors (`bash -e`)

This commit is contained in:
Wilson J. Holmes 2024-10-04 22:38:13 -04:00
parent 7953cadab2
commit 63f532a5bf
No known key found for this signature in database
GPG Key ID: EC07FA96BDAF8C4A
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
#
# KLayout Layout Viewer