Move quotes to where we define PATH

This commit is contained in:
Ian Davies 2018-10-04 10:24:00 +01:00
parent faef0cad67
commit 7029854f5e

View File

@ -1,6 +1,6 @@
NPM_PREFIX=$(realpath .)/node_modules
PATH:=${NPM_PREFIX}/.bin:${PATH}
SHELL:=env PATH="${PATH}" /bin/sh
PATH:="${NPM_PREFIX}/.bin:${PATH}"
SHELL:=env PATH=${PATH} /bin/sh
.PHONY: test
test: elm-stuff tests/elm-stuff node_modules