diff --git a/hererocks.py b/hererocks.py index de8cd2f..fcad39d 100755 --- a/hererocks.py +++ b/hererocks.py @@ -882,7 +882,7 @@ class LuaRocks(Program): # Since LuaRocks 2.1.2 if "/NOREG" in help_text: args += ["/NOREG", "/Q"] - run_command(*args, shell=False) + run_command(args) else: print("Building LuaRocks" + self.version_suffix) run_command("./configure", "--prefix=" + opts.location,