mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 17:02:51 +03:00
Use /bin/sh
instead
Per Brian Hicks: people customize their .bashrc/.zshrc and sometimes they take a long time to load, but almost no one ever customizes `/bin/sh`.
This commit is contained in:
parent
00d61cb76b
commit
9bab3fe852
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
NPM_PREFIX=$(realpath .)/node_modules
|
NPM_PREFIX=$(realpath .)/node_modules
|
||||||
PATH:=${NPM_PREFIX}/.bin:${PATH}
|
PATH:=${NPM_PREFIX}/.bin:${PATH}
|
||||||
SHELL:=/bin/bash
|
SHELL:=env PATH=${PATH} /bin/sh
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: elm-stuff tests/elm-stuff node_modules
|
test: elm-stuff tests/elm-stuff node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user