mirror of https://github.com/scrapy/scrapy.git
Merge pull request #5082 from storymode7/shell-fix
Find bash from PATH instead of /bin/bash
This commit is contained in:
commit
7095df1558
|
|
@ -8,7 +8,7 @@ PYTHON = python
|
|||
SPHINXOPTS =
|
||||
PAPER =
|
||||
SOURCES =
|
||||
SHELL = /bin/bash
|
||||
SHELL = /usr/bin/env bash
|
||||
|
||||
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees \
|
||||
-D latex_elements.papersize=$(PAPER) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue