summaryrefslogblamecommitdiffstats
path: root/source/l/mozjs78/patches/init_patch.patch
blob: fd09eb79758a390e3ecfd47396b9c1f4fb476448 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                       
--- a/python/mozbuild/mozbuild/configure/__init__.py
+++ b/python/mozbuild/mozbuild/configure/__init__.py
@@ -473,8 +473,8 @@
             msg = 'Unknown option: %s' % without_value
             if self._help:
                 self._logger.warning(msg)
-            else:
-                raise InvalidOptionError(msg)
+            #else:
+            #    raise InvalidOptionError(msg)

         # Run the execution queue
         for func, args in self._execution_queue: