aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/makefile_escaping/quoting_args.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefile_escaping/quoting_args.mk')
-rw-r--r--makefile_escaping/quoting_args.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile_escaping/quoting_args.mk b/makefile_escaping/quoting_args.mk
index 4bec8ee..6d7278c 100644
--- a/makefile_escaping/quoting_args.mk
+++ b/makefile_escaping/quoting_args.mk
@@ -1,9 +1,10 @@
MAKEFLAGS += --no-builtin-rules --no-builtin-variables --warn-undefined-variables
+unexport MAKEFLAGS
.DEFAULT_GOAL := all
.DELETE_ON_ERROR:
.SUFFIXES:
SHELL := bash
-.SHELLFLAGS := -e -o pipefail -c
+.SHELLFLAGS := -eu -o pipefail -c
test_var := Same line?
export test_var