aboutsummaryrefslogtreecommitdiff
path: root/src/bin/luarocks-admin
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 /src/bin/luarocks-admin
parentbacd3da5b1406d327dd4009b7ec3ea1834117534 (diff)
downloadluarocks-8fe1bbd627bae2da2d1b7d8e376a35ebf5626d2e.tar.gz
luarocks-8fe1bbd627bae2da2d1b7d8e376a35ebf5626d2e.tar.bz2
luarocks-8fe1bbd627bae2da2d1b7d8e376a35ebf5626d2e.zip
Revert accidental commit.
Diffstat (limited to '')
-rwxr-xr-xsrc/bin/luarocks-admin3
1 files changed, 1 insertions, 2 deletions
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")