diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/path.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/path.lua b/src/luarocks/path.lua index 8c795e8b..44e1aa63 100644 --- a/src/luarocks/path.lua +++ b/src/luarocks/path.lua | |||
@@ -309,7 +309,7 @@ end | |||
309 | -- @return boolean This function always succeeds. | 309 | -- @return boolean This function always succeeds. |
310 | function run(...) | 310 | function run(...) |
311 | util.printout(cfg.export_lua_path:format(package.path)) | 311 | util.printout(cfg.export_lua_path:format(package.path)) |
312 | util.printout(cfg.export_lua_cpath:format(package.path)) | 312 | util.printout(cfg.export_lua_cpath:format(package.cpath)) |
313 | return true | 313 | return true |
314 | end | 314 | end |
315 | 315 | ||