aboutsummaryrefslogtreecommitdiff
path: root/src/bin/luarocks-admin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/luarocks-admin')
-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 051c7e2a..2890d1f1 100755
--- a/src/bin/luarocks-admin
+++ b/src/bin/luarocks-admin
@@ -1,5 +1,4 @@
1#!/Programs/Lua/Current/bin/lua 1#!/usr/bin/env lua
2package.path = [[/Users/hisham/luarocks/src/?.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")