diff options
Diffstat (limited to 'builddeps-coreboot')
-rwxr-xr-x | builddeps-coreboot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builddeps-coreboot b/builddeps-coreboot index cbc80fd..a5d476b 100755 --- a/builddeps-coreboot +++ b/builddeps-coreboot @@ -26,6 +26,8 @@ # This is also used by the "getcb" script. +set -u -e -v + # Build utilities needed in coreboot directory # -------------------------------------------------------------------- |