diff options
Diffstat (limited to 'src/bin')
-rwxr-xr-x | src/bin/luarocks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index 8812ecc8..ae0c2b42 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env lua | 1 | #!/usr/bin/lua |
2 | 2 | ||
3 | local command_line = require("luarocks.command_line") | 3 | local command_line = require("luarocks.command_line") |
4 | 4 | ||