diff options
author | Hisham <hisham@gobolinux.org> | 2016-10-15 10:16:01 -0700 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-10-15 10:16:01 -0700 |
commit | a47f54bb139aa3b932d807e89a0691dfdfaa9723 (patch) | |
tree | 157bd5fede0502aae0a462b17ad9861528662a55 | |
parent | e7b09524fbd9f2880621063dd4670d9f92cb3a4b (diff) | |
download | luarocks-a47f54bb139aa3b932d807e89a0691dfdfaa9723.tar.gz luarocks-a47f54bb139aa3b932d807e89a0691dfdfaa9723.tar.bz2 luarocks-a47f54bb139aa3b932d807e89a0691dfdfaa9723.zip |
Oops, my dev environment leaked in a commit, sorry.
-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 633f9f43..21f17da9 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -1,5 +1,4 @@ | |||
1 | #!/Programs/Lua/5.3.0/bin/lua | 1 | #!/usr/bin/env lua |
2 | package.path = [[/Users/hisham/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 587afcab..660c0a70 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
@@ -1,5 +1,4 @@ | |||
1 | #!/Programs/Lua/5.3.0/bin/lua | 1 | #!/usr/bin/env lua |
2 | package.path = [[/Users/hisham/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") |