aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks3
-rwxr-xr-xsrc/bin/luarocks-admin3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks
index be6c2b81..8ade7a3d 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -1,4 +1,5 @@
1#!/usr/bin/env lua 1#!/Programs/Lua/5.1.5/bin/lua
2package.path = [[/Users/hisham/luarocks/prefix-5.1/share/lua/5.1/?.lua;]]..package.path
2 3
3-- this should be loaded first. 4-- this should be loaded first.
4local cfg = require("luarocks.cfg") 5local cfg = require("luarocks.cfg")
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin
index 2890d1f1..bb1be40a 100755
--- a/src/bin/luarocks-admin
+++ b/src/bin/luarocks-admin
@@ -1,4 +1,5 @@
1#!/usr/bin/env lua 1#!/Programs/Lua/5.1.5/bin/lua
2package.path = [[/Users/hisham/luarocks/prefix-5.1/share/lua/5.1/?.lua;]]..package.path
2 3
3-- this should be loaded first. 4-- this should be loaded first.
4local cfg = require("luarocks.cfg") 5local cfg = require("luarocks.cfg")