aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-23 23:48:18 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-23 23:48:18 -0300
commit294e08fa074d47063e3a83bc9f62587d39ce1d44 (patch)
tree8da209010c1c0172a8dcf4d365363763b06cac9a /src/bin
parent62d4e051c679c3bdf027b3d63fc33a2c68921772 (diff)
downloadluarocks-294e08fa074d47063e3a83bc9f62587d39ce1d44.tar.gz
luarocks-294e08fa074d47063e3a83bc9f62587d39ce1d44.tar.bz2
luarocks-294e08fa074d47063e3a83bc9f62587d39ce1d44.zip
Fix --lib flag (and my last commit goof...)
Diffstat (limited to 'src/bin')
-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 8ed47fc0..d2f3c220 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -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")
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")