From 6ef0a2d8558515e7dd0e49e022aacd0aba56759d Mon Sep 17 00:00:00 2001 From: hisham Date: Tue, 26 May 2009 17:41:34 +0000 Subject: minor fix git-svn-id: http://luarocks.org/svn/luarocks/trunk@23 9ca3f7c1-7366-0410-b1a3-b5c78f85698c --- src/luarocks/cfg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 5afb653d..f74c40ad 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua @@ -16,7 +16,7 @@ local persist = require("luarocks.persist") local popen_ok, popen_result = pcall(io.popen, "") if popen_ok then if popen_result then - result:close() + popen_result:close() end else print("Your version of Lua does not support io.popen,") -- cgit v1.2.3-55-g6feb