summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-08-06 16:42:39 -0500
committerDaniil Baturin <daniil@vyos.io>2021-08-06 16:42:39 -0500
commit6c07ec8cfcf0b4b8cb5cbd62608100e2a305b26a (patch)
tree50c93eeae86e3bb9cca57644161d2cbaa4cf8630 /Makefile
parent0b6b53ef2cdc51e7584acd0ab1f6517c0b63d596 (diff)
downloadvyos-build-6c07ec8cfcf0b4b8cb5cbd62608100e2a305b26a.tar.gz
vyos-build-6c07ec8cfcf0b4b8cb5cbd62608100e2a305b26a.zip
Force the shell to bash in the makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 77778be0..d548edea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
build_dir := build
+SHELL := /bin/bash
+
.PHONY: all
all:
@echo "Make what specifically?"