From 5a0b769b9c02c2bada169c3699e499cf64f569f3 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 4 Mar 2024 12:16:02 -0300 Subject: fix(path): break Windows cmd to avoid argparse word wrap --- src/luarocks/cmd/path.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/luarocks/cmd/path.lua b/src/luarocks/cmd/path.lua index ac78724d..ba346550 100644 --- a/src/luarocks/cmd/path.lua +++ b/src/luarocks/cmd/path.lua @@ -15,7 +15,8 @@ of LuaRocks, formatted as shell commands to update LUA_PATH and LUA_CPATH. On Unix systems, you may run: eval `luarocks path` And on Windows: - luarocks path > "%temp%\_lrp.bat" && call "%temp%\_lrp.bat" && del "%temp%\_lrp.bat"]], + luarocks path > "%temp%\_lrp.bat" + call "%temp%\_lrp.bat" && del "%temp%\_lrp.bat"]], util.see_also()) :summary("Return the currently configured package path.") -- cgit v1.2.3-55-g6feb