diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-08-06 16:42:39 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2021-08-06 16:42:39 -0500 |
commit | 6c07ec8cfcf0b4b8cb5cbd62608100e2a305b26a (patch) | |
tree | 50c93eeae86e3bb9cca57644161d2cbaa4cf8630 | |
parent | 0b6b53ef2cdc51e7584acd0ab1f6517c0b63d596 (diff) | |
download | vyos-build-6c07ec8cfcf0b4b8cb5cbd62608100e2a305b26a.tar.gz vyos-build-6c07ec8cfcf0b4b8cb5cbd62608100e2a305b26a.zip |
Force the shell to bash in the makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ build_dir := build +SHELL := /bin/bash + .PHONY: all all: @echo "Make what specifically?" |