diff options
Diffstat (limited to 'binary/all_in_one')
| -rwxr-xr-x | binary/all_in_one | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binary/all_in_one b/binary/all_in_one index a0a157af..02a54c8e 100755 --- a/binary/all_in_one +++ b/binary/all_in_one | |||
| @@ -510,7 +510,7 @@ print("==============================================") | |||
| 510 | print("----------------------------------------------------------------") | 510 | print("----------------------------------------------------------------") |
| 511 | local vers = manif.get_versions(queries.from_dep_string(name), "one") | 511 | local vers = manif.get_versions(queries.from_dep_string(name), "one") |
| 512 | if not next(vers) then | 512 | if not next(vers) then |
| 513 | local command = "LUAROCKS_CONFIG='" .. CONFIG_FILE .. "' ./luarocks install --no-project '--tree=" .. LUA_MODULES .. "' --lua-dir=" .. LUA_DIR .. " " .. use | 513 | local command = "LUAROCKS_CONFIG='" .. CONFIG_FILE .. "' ./luarocks install --no-project '--tree=" .. LUA_MODULES .. "' " .. use |
| 514 | print(command) | 514 | print(command) |
| 515 | local ok = os.execute(command) | 515 | local ok = os.execute(command) |
| 516 | if ok ~= 0 and ok ~= true then | 516 | if ok ~= 0 and ok ~= true then |
