diff options
author | Hisham <hisham@gobolinux.org> | 2016-07-28 18:15:35 -0300 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-07-28 18:15:35 -0300 |
commit | 83b0f6d2343f2631b9dc96c09c2bc4b2cfadd17f (patch) | |
tree | b2c5c80fe573a0bd6e3efb8cea3c9a19dc1ab575 /src | |
parent | 628779b5a2357685221f62141bec22c0e84a24f1 (diff) | |
download | luarocks-83b0f6d2343f2631b9dc96c09c2bc4b2cfadd17f.tar.gz luarocks-83b0f6d2343f2631b9dc96c09c2bc4b2cfadd17f.tar.bz2 luarocks-83b0f6d2343f2631b9dc96c09c2bc4b2cfadd17f.zip |
Tweak tests for luarocks-3 branch.
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 21f17da9..633f9f43 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -1,4 +1,5 @@ | |||
1 | #!/usr/bin/env lua | 1 | #!/Programs/Lua/5.3.0/bin/lua |
2 | package.path = [[/Users/hisham/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 660c0a70..587afcab 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.0/bin/lua |
2 | package.path = [[/Users/hisham/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") |