Skip to content

Commit

Permalink
Do not assume bash is under /bin
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Feb 1, 2024
1 parent d383518 commit af7e99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export VENVDIR := $(VIRTUAL_ENV)
endif
export PYTHON := $(VENVDIR)/bin/python
export CYTHON := $(VENVDIR)/bin/cython
export SHELL := /bin/bash
export SHELL := bash
export SYS_PYTHON := $(shell command -v python3)

GENERATED_DOCS := $(shell git grep -l "DO NOT EDIT: " docs/)
Expand Down

0 comments on commit af7e99e

Please sign in to comment.