Apply review suggestion

Co-authored-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Odd Stråbø 2024-06-07 19:42:25 +02:00
parent d55379bac7
commit 3945a17965
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#!/bin/bash
# Exit on error, print commands
set -ex
set -o errexit
set -o xtrace
#
# Copyright (c) Odd Stråbø, 2024
# File-License: the Unlicense