diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-06-29 08:38:18 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2021-06-29 08:38:18 +0000 |
commit | ce49275606e30380e7ebf4a03d1315bcf95313eb (patch) | |
tree | e7f552bf36a8c2642b4762e358a4c4f1ff3cbfc5 | |
parent | 274e0eb10ec0c3331de50b3be1b318a76aafae84 (diff) | |
download | vyos-build-ce49275606e30380e7ebf4a03d1315bcf95313eb.tar.gz vyos-build-ce49275606e30380e7ebf4a03d1315bcf95313eb.zip |
Set the default shell to bash so that we can use -o pipefail
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +SHELL := /bin/bash + build_dir := build .PHONY: all |