From 9ad4a659aeffdb0f6c47a5b3eeab69968e6521c9 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 25 Feb 2022 09:34:46 -0800 Subject: [PATCH] Makefile: use errexit, pipefail, and nounset --- build/root/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root/Makefile b/build/root/Makefile index 03a7ea8f09003..0625c9ef8908c 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -30,7 +30,7 @@ endif # clean: Clean up. # It's necessary to set this because some environments don't link sh -> bash. -SHELL := /usr/bin/env bash +SHELL := /usr/bin/env bash -o errexit -o pipefail -o nounset # Define variables so `make --warn-undefined-variables` works. PRINT_HELP ?=