diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-03-21 13:29:34 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-03-21 13:29:34 -0300 |
commit | 58b7f5d8531e054217bb6d425c04d76f699b6adf (patch) | |
tree | 06ee4d50c3393c97f99b6c693a161c880c8059a4 /src/bin | |
parent | 397659cc5cb30569b33cc9c0ab220f85379bc97f (diff) | |
parent | 99c664cd30b2e80b7bdd2d33ab5619556c23e41d (diff) | |
download | luarocks-58b7f5d8531e054217bb6d425c04d76f699b6adf.tar.gz luarocks-58b7f5d8531e054217bb6d425c04d76f699b6adf.tar.bz2 luarocks-58b7f5d8531e054217bb6d425c04d76f699b6adf.zip |
Merge pull request #242 from mpeterv/lua52_compat
Compatibility with lua 5.2 without LUA_COMPAT_ALL
Diffstat (limited to 'src/bin')
-rwxr-xr-x | src/bin/luarocks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index 1d81ed1e..b85fbc7c 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -1,4 +1,5 @@ | |||
1 | #!/usr/bin/env lua | 1 | #!/usr/bin/env lua |
2 | |||
2 | local loader = require("luarocks.loader") | 3 | local loader = require("luarocks.loader") |
3 | local command_line = require("luarocks.command_line") | 4 | local command_line = require("luarocks.command_line") |
4 | 5 | ||