diff options
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 | ||
