Skip to content

Commit

Permalink
Incorrect io.lines() file mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
mridgers committed Dec 20, 2017
1 parent e13a555 commit 2fd2c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ newaction {
lua_lump:write("-- ", path.getname(i), "\n")
lua_lump:write("--\n\n")

for l in io.lines(i, "r") do
for l in io.lines(i, "*l") do
lua_lump:write(l, "\n")
end
end
Expand Down

0 comments on commit 2fd2c2b

Please sign in to comment.