summaryrefslogtreecommitdiffstats
path: root/source/l/mozjs68/patches/spidermonkey_style_check_disable_s390x.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/mozjs68/patches/spidermonkey_style_check_disable_s390x.patch')
-rw-r--r--source/l/mozjs68/patches/spidermonkey_style_check_disable_s390x.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/l/mozjs68/patches/spidermonkey_style_check_disable_s390x.patch b/source/l/mozjs68/patches/spidermonkey_style_check_disable_s390x.patch
new file mode 100644
index 000000000..690c1c57d
--- /dev/null
+++ b/source/l/mozjs68/patches/spidermonkey_style_check_disable_s390x.patch
@@ -0,0 +1,11 @@
+--- a/config/check_spidermonkey_style.py
++++ b/config/check_spidermonkey_style.py
+
+@@ -766,6 +766,7 @@
+
+
+ def main():
++ sys.exit(0)
+ if sys.argv[1:] == ["--fixup"]:
+ # Sort #include directives in-place. Fixup mode doesn't solve
+ # all possible silliness that the script checks for; it's just a