aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-09-30 21:50:52 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-09-30 21:50:52 -0300
commit8fe1bbd627bae2da2d1b7d8e376a35ebf5626d2e (patch)
tree79add90d52d995a637fbfdbd8e0d6e9c4afed458
parentbacd3da5b1406d327dd4009b7ec3ea1834117534 (diff)
downloadluarocks-8fe1bbd627bae2da2d1b7d8e376a35ebf5626d2e.tar.gz
luarocks-8fe1bbd627bae2da2d1b7d8e376a35ebf5626d2e.tar.bz2
luarocks-8fe1bbd627bae2da2d1b7d8e376a35ebf5626d2e.zip
Revert accidental commit.
-rwxr-xr-xsrc/bin/luarocks3
-rwxr-xr-xsrc/bin/luarocks-admin3
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
2package.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.
5local cfg = require("luarocks.cfg") 4local 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
2package.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.
5local cfg = require("luarocks.cfg") 4local cfg = require("luarocks.cfg")