From 98a0bd9a97190be8ba10f14a3d67e42de827b04a Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 5 Jan 2018 15:38:37 -0200 Subject: path: use versioned LUA_xPATH_5_x variables `luarocks path` now exports versioned variables `LUA_PATH_5_x` and `LUA_CPATH_5_x` instead of `LUA_PATH` and `LUA_CPATH` when those are in use in your system. Fixes #760. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d028713..0bd8c0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ What's new in LuaRocks 3.0 ========================== +* `luarocks path` now exports versioned variables `LUA_PATH_5_x` and + `LUA_CPATH_5_x` instead of `LUA_PATH` and `LUA_CPATH` + when those are in use in your system. * Package paths are sanitized to only reference the current Lua version. For example, if you have `/some/dir/lua/5.1/` in your `$LUA_PATH` and you are running Lua 5.2, `luarocks.loader` and the `luarocks` command-line -- cgit v1.2.3-55-g6feb