aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-23 23:35:48 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-23 23:35:48 -0300
commit62d4e051c679c3bdf027b3d63fc33a2c68921772 (patch)
tree4bab94c80cc90304d406b435e8e195cf091214c4 /src
parent7f7c006007c42376d711d71f42e5577d431c6b64 (diff)
downloadluarocks-62d4e051c679c3bdf027b3d63fc33a2c68921772.tar.gz
luarocks-62d4e051c679c3bdf027b3d63fc33a2c68921772.tar.bz2
luarocks-62d4e051c679c3bdf027b3d63fc33a2c68921772.zip
Fix tests: new flag parser detected invalid flags in the testsuite.
Diffstat (limited to 'src')
-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 d2f3c220..8ed47fc0 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -1,4 +1,5 @@
1#!/usr/bin/env lua 1#!/Programs/Lua/Current/bin/lua
2package.path = [[/Users/hisham/luarocks/src/?.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..051c7e2a 100755
--- a/src/bin/luarocks-admin
+++ b/src/bin/luarocks-admin
@@ -1,4 +1,5 @@
1#!/usr/bin/env lua 1#!/Programs/Lua/Current/bin/lua
2package.path = [[/Users/hisham/luarocks/src/?.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")