diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2017-09-30 12:43:27 +0300 |
---|---|---|
committer | Peter Melnichenko <mpeterval@gmail.com> | 2017-09-30 12:43:27 +0300 |
commit | 146b6167c0fea3bf345ecee284bdd766c3447279 (patch) | |
tree | 6a83de010dd65ef551ac1dd77b5262b08852dac4 /src | |
parent | 9004541e93c057a4f72326d990c610441038d2e8 (diff) | |
download | luarocks-146b6167c0fea3bf345ecee284bdd766c3447279.tar.gz luarocks-146b6167c0fea3bf345ecee284bdd766c3447279.tar.bz2 luarocks-146b6167c0fea3bf345ecee284bdd766c3447279.zip |
Revert commited `make build` changes in src/bin
Diffstat (limited to 'src')
-rwxr-xr-x | src/bin/luarocks | 3 | ||||
-rwxr-xr-x | src/bin/luarocks-admin | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index ee7edf19..88a1d1ca 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -1,5 +1,4 @@ | |||
1 | #!/Programs/Lua/5.3.3/bin/lua-5.3 | 1 | #!/usr/bin/env lua |
2 | package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path | ||
3 | 2 | ||
4 | -- this should be loaded first. | 3 | -- this should be loaded first. |
5 | local cfg = require("luarocks.core.cfg") | 4 | local cfg = require("luarocks.core.cfg") |
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index 7af77fc2..5db24640 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
@@ -1,5 +1,4 @@ | |||
1 | #!/Programs/Lua/5.3.3/bin/lua-5.3 | 1 | #!/usr/bin/env lua |
2 | package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path | ||
3 | 2 | ||
4 | -- this should be loaded first. | 3 | -- this should be loaded first. |
5 | local cfg = require("luarocks.core.cfg") | 4 | local cfg = require("luarocks.core.cfg") |