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 f9fba300..1c29aa77 100644 --- a/src/luarocks/command_line.lua +++ b/src/luarocks/command_line.lua | |||
@@ -25,7 +25,7 @@ local function die(message, exitcode) | |||
25 | end | 25 | end |
26 | 26 | ||
27 | local function replace_tree(flags, args, tree) | 27 | local function replace_tree(flags, args, tree) |
28 | local tree = dir.normalize(tree) | 28 | tree = dir.normalize(tree) |
29 | flags["tree"] = tree | 29 | flags["tree"] = tree |
30 | for i = 1, #args do | 30 | for i = 1, #args do |
31 | if args[i]:match("%-%-tree=") then | 31 | if args[i]:match("%-%-tree=") then |