diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/bin/luarocks | 3 | ||||
| -rwxr-xr-x | src/bin/luarocks-admin | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index 88a1d1ca..ee7edf19 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | #!/usr/bin/env lua | 1 | #!/Programs/Lua/5.3.3/bin/lua-5.3 |
| 2 | package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path | ||
| 2 | 3 | ||
| 3 | -- this should be loaded first. | 4 | -- this should be loaded first. |
| 4 | local cfg = require("luarocks.core.cfg") | 5 | local cfg = require("luarocks.core.cfg") |
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index 5db24640..7af77fc2 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | #!/usr/bin/env lua | 1 | #!/Programs/Lua/5.3.3/bin/lua-5.3 |
| 2 | package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path | ||
| 2 | 3 | ||
| 3 | -- this should be loaded first. | 4 | -- this should be loaded first. |
| 4 | local cfg = require("luarocks.core.cfg") | 5 | local cfg = require("luarocks.core.cfg") |
