Skip to content
This repository was archived by the owner on Apr 9, 2022. It is now read-only.

Commit 7c4fa26

Browse files
set shell for makefile
This Makefile uses pushd, which is bash-specific
1 parent 25dea6e commit 7c4fa26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
SHELL := /bin/bash
12
PYTHON_BIN = $(shell cd server && pipenv --venv)/bin/python
23

34
python_bin:

0 commit comments

Comments
 (0)