mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -07:00
Change sandboxing settings again.
This commit is contained in:
@@ -55,7 +55,6 @@ class Environment(types.SimpleNamespace):
|
||||
|
||||
|
||||
G = Environment()
|
||||
G.setdefault("AB_SANDBOX", "yes")
|
||||
|
||||
|
||||
class PathFinderImpl(PathFinder):
|
||||
@@ -701,6 +700,7 @@ def main():
|
||||
if "=" in line:
|
||||
name, value = line.split("=", 1)
|
||||
G.setdefault(name.strip(), value.strip())
|
||||
G.setdefault("AB_SANDBOX", "yes")
|
||||
|
||||
global ninjaFp, shellFp, outputdir
|
||||
outputdir = args.outputdir
|
||||
|
||||
Reference in New Issue
Block a user