fix the shell variable thingy
This commit is contained in:
parent
53d4bd3509
commit
c5cae21909
4
Makefile
4
Makefile
@ -71,8 +71,8 @@ ci:
|
||||
# test that luarocks builds and runs
|
||||
DEBIAN_FRONTEND=noninteractive sudo apt install -y luarocks
|
||||
luarocks install $(ROCKSPEC_LATEST_SCM) --dev --local
|
||||
eval $(luarocks path)
|
||||
~/.luarocks/bin/fennel-ls --lint
|
||||
eval "$$(luarocks path)"; \
|
||||
fennel-ls --lint
|
||||
|
||||
clean:
|
||||
rm -f $(EXE)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user