aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/unpack.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/unpack.lua b/src/luarocks/unpack.lua
index 2face005..c3dc9a4c 100644
--- a/src/luarocks/unpack.lua
+++ b/src/luarocks/unpack.lua
@@ -46,7 +46,6 @@ local function unpack_rockspec(rockspec_file, dir_name)
46 if not ok then return nil, err end 46 if not ok then return nil, err end
47 ok, err = build.apply_patches(rockspec) 47 ok, err = build.apply_patches(rockspec)
48 fs.pop_dir() 48 fs.pop_dir()
49 fs.pop_dir()
50 if not ok then return nil, err end 49 if not ok then return nil, err end
51 return rockspec 50 return rockspec
52end 51end