From ce8d338d949eb962e10c877d7b0271f5e4b2bcf4 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Sat, 14 Jun 2025 12:41:36 +0200 Subject: [PATCH] kodev: update `activate` command There's no need for messing with the LUA environment using luarocks anymore, since all testing requirements are already provided by the build system, and luacheck can be run with a different LUA version than the one being checked. --- kodev | 1 - 1 file changed, 1 deletion(-) diff --git a/kodev b/kodev index b230bc1de..d492c1f0a 100755 --- a/kodev +++ b/kodev @@ -311,7 +311,6 @@ function kodev-activate() { parse_options '' '' '0' "$@" info "adding ${CURDIR} to \$PATH..." export PATH="${PATH}:${CURDIR}" - eval "$(luarocks --lua-version=5.1 path --bin)" exec "${SHELL}" }