From bae2f48940edca008372d382572cfcfcf8299fb4 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Mon, 28 Mar 2016 15:30:16 +0300 Subject: [PATCH] Fix build on Windows --- hererocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,