Blame SOURCES/init_patch.patch

d559a5
--- a/python/mozbuild/mozbuild/configure/__init__.py
d559a5
+++ b/python/mozbuild/mozbuild/configure/__init__.py
d559a5
@@ -491,7 +491,8 @@ class ConfigureSandbox(dict):
d559a5
             if self._help:
d559a5
                 self._logger.warning(msg)
d559a5
             else:
d559a5
-                raise InvalidOptionError(msg)
d559a5
+                #raise InvalidOptionError(msg)
d559a5
+                pass
d559a5
d559a5
         # Run the execution queue
d559a5
         for func, args in self._execution_queue: