diff options
Diffstat (limited to 'src/luarocks/command_line.lua')
| -rw-r--r-- | src/luarocks/command_line.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/command_line.lua b/src/luarocks/command_line.lua index 9368e8ad..972302ee 100644 --- a/src/luarocks/command_line.lua +++ b/src/luarocks/command_line.lua | |||
| @@ -116,7 +116,7 @@ function run_command(...) | |||
| 116 | command = command:gsub("-", "_") | 116 | command = command:gsub("-", "_") |
| 117 | if commands[command] then | 117 | if commands[command] then |
| 118 | local xp, ok, err = xpcall(function() return commands[command].run(unpack(args)) end, function(err) | 118 | local xp, ok, err = xpcall(function() return commands[command].run(unpack(args)) end, function(err) |
| 119 | die(debug.traceback("LuaRocks "..program_version | 119 | die(debug.traceback("LuaRocks "..cfg.program_version |
| 120 | .." bug (please report at luarocks-developers@lists.luaforge.net).\n" | 120 | .." bug (please report at luarocks-developers@lists.luaforge.net).\n" |
| 121 | ..err, 2)) | 121 | ..err, 2)) |
| 122 | end) | 122 | end) |
