diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-09-30 21:50:52 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-09-30 21:50:52 -0300 |
commit | 8fe1bbd627bae2da2d1b7d8e376a35ebf5626d2e (patch) | |
tree | 79add90d52d995a637fbfdbd8e0d6e9c4afed458 | |
parent | bacd3da5b1406d327dd4009b7ec3ea1834117534 (diff) | |
download | luarocks-8fe1bbd627bae2da2d1b7d8e376a35ebf5626d2e.tar.gz luarocks-8fe1bbd627bae2da2d1b7d8e376a35ebf5626d2e.tar.bz2 luarocks-8fe1bbd627bae2da2d1b7d8e376a35ebf5626d2e.zip |
Revert accidental commit.
-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 8ade7a3d..be6c2b81 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -1,5 +1,4 @@ | |||
1 | #!/Programs/Lua/5.1.5/bin/lua | 1 | #!/usr/bin/env lua |
2 | package.path = [[/Users/hisham/luarocks/prefix-5.1/share/lua/5.1/?.lua;]]..package.path | ||
3 | 2 | ||
4 | -- this should be loaded first. | 3 | -- this should be loaded first. |
5 | local cfg = require("luarocks.cfg") | 4 | local cfg = require("luarocks.cfg") |
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index bb1be40a..2890d1f1 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
@@ -1,5 +1,4 @@ | |||
1 | #!/Programs/Lua/5.1.5/bin/lua | 1 | #!/usr/bin/env lua |
2 | package.path = [[/Users/hisham/luarocks/prefix-5.1/share/lua/5.1/?.lua;]]..package.path | ||
3 | 2 | ||
4 | -- this should be loaded first. | 3 | -- this should be loaded first. |
5 | local cfg = require("luarocks.cfg") | 4 | local cfg = require("luarocks.cfg") |