aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1204a5a..3f15ce4 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ js_src_dir := src
# Misc variables.
PATH := vendor/bin:node_modules/.bin:$(PATH)
+SHELL := PATH=$(PATH) /bin/bash
override GIT_VERSION := $(shell git --no-pager describe --always --tags)
override CUR_VERSION := $(strip $(shell cat VERSION 2>/dev/null))
override WEBPACK_FLAGS += $(if $(filter $(ENV),dist),-p)