diff options
-rw-r--r-- | src/luarocks/cmd/path.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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. | |||
15 | On Unix systems, you may run: | 15 | On Unix systems, you may run: |
16 | eval `luarocks path` | 16 | eval `luarocks path` |
17 | And on Windows: | 17 | And on Windows: |
18 | luarocks path > "%temp%\_lrp.bat" && call "%temp%\_lrp.bat" && del "%temp%\_lrp.bat"]], | 18 | luarocks path > "%temp%\_lrp.bat" |
19 | call "%temp%\_lrp.bat" && del "%temp%\_lrp.bat"]], | ||
19 | util.see_also()) | 20 | util.see_also()) |
20 | :summary("Return the currently configured package path.") | 21 | :summary("Return the currently configured package path.") |
21 | 22 | ||