summaryrefslogtreecommitdiff
path: root/databases/mongodb70/files/patch-SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mongodb70/files/patch-SConstruct')
-rw-r--r--databases/mongodb70/files/patch-SConstruct8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/mongodb70/files/patch-SConstruct b/databases/mongodb70/files/patch-SConstruct
index 816aa6946300..4ccd299adcaf 100644
--- a/databases/mongodb70/files/patch-SConstruct
+++ b/databases/mongodb70/files/patch-SConstruct
@@ -29,12 +29,10 @@
print(env_vars.GenerateHelpText(env))
Exit(0)
--unknown_vars = env_vars.UnknownVariables()
--if unknown_vars:
+ unknown_vars = env_vars.UnknownVariables()
+ if unknown_vars:
- env.FatalError("Unknown variables specified: {0}", ", ".join(list(unknown_vars.keys())))
-+#unknown_vars = env_vars.UnknownVariables()
-+#if unknown_vars:
-+# env.FatalError("Unknown variables specified: {0}", ", ".join(list(unknown_vars.keys())))
++ print("Unknown variables specified: {0}", ", ".join(list(unknown_vars.keys())))
install_actions.setup(env, get_option('install-action'))