From c5cae219090870b78fc08e310bec6783bb1b39b0 Mon Sep 17 00:00:00 2001 From: XeroOl Date: Thu, 27 Jun 2024 00:41:30 -0500 Subject: [PATCH] fix the shell variable thingy --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 97f11d2..565141d 100644 --- a/Makefile +++ b/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)