diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-23 23:35:48 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-23 23:35:48 -0300 |
commit | 62d4e051c679c3bdf027b3d63fc33a2c68921772 (patch) | |
tree | 4bab94c80cc90304d406b435e8e195cf091214c4 /src | |
parent | 7f7c006007c42376d711d71f42e5577d431c6b64 (diff) | |
download | luarocks-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-x | src/bin/luarocks | 3 | ||||
-rwxr-xr-x | src/bin/luarocks-admin | 3 |
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 |
2 | package.path = [[/Users/hisham/luarocks/src/?.lua;]]..package.path | ||
2 | 3 | ||
3 | -- this should be loaded first. | 4 | -- this should be loaded first. |
4 | local cfg = require("luarocks.cfg") | 5 | local 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 |
2 | package.path = [[/Users/hisham/luarocks/src/?.lua;]]..package.path | ||
2 | 3 | ||
3 | -- this should be loaded first. | 4 | -- this should be loaded first. |
4 | local cfg = require("luarocks.cfg") | 5 | local cfg = require("luarocks.cfg") |