From 832e6aa16d5977e57ca73064f8377259801ce160 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sat, 10 Sep 2011 15:05:37 -0300 Subject: Fix variable exported. (patch by David Manura) --- src/luarocks/path.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- @return boolean This function always succeeds. function run(...) util.printout(cfg.export_lua_path:format(package.path)) - util.printout(cfg.export_lua_cpath:format(package.path)) + util.printout(cfg.export_lua_cpath:format(package.cpath)) return true end -- cgit v1.2.3-55-g6feb