summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-06-29 08:38:18 +0000
committerDaniil Baturin <daniil@vyos.io>2021-06-29 08:38:18 +0000
commitce49275606e30380e7ebf4a03d1315bcf95313eb (patch)
treee7f552bf36a8c2642b4762e358a4c4f1ff3cbfc5 /Makefile
parent274e0eb10ec0c3331de50b3be1b318a76aafae84 (diff)
downloadvyos-build-ce49275606e30380e7ebf4a03d1315bcf95313eb.tar.gz
vyos-build-ce49275606e30380e7ebf4a03d1315bcf95313eb.zip
Set the default shell to bash so that we can use -o pipefail
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 77778be0..59f5fb34 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+SHELL := /bin/bash
+
build_dir := build
.PHONY: all