From f0b0750622b713018d8359797c8ba9e361e3f6b5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 17 Jan 2021 15:03:41 -0300 Subject: Makefile: Add -eux flag to sh calls --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 132b33a..a74d029 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ .PHONY: check check: - sh build-aux/assert-shellcheck.sh - sh build-aux/assert-todos.sh - sh build-aux/assert-terraform.sh + sh -eux build-aux/assert-shellcheck.sh + sh -eux build-aux/assert-todos.sh + sh -eux build-aux/assert-terraform.sh .PHONY: clean clean: @@ -12,5 +12,5 @@ clean: .PHONY: public public: - ./build-aux/workflow/TODOs.sh VPS vps public-inbox + sh -eu build-aux/workflow/TODOs.sh VPS vps public-inbox pandoc -s --metadata title='VPS - EuAndreh' -o public/index.html README.md -- cgit v1.2.3