forked from pool/mozjs102
Bjørn Lie
d12753e27e
I guess we keep that with us? as being the only consumer? OBS-URL: https://build.opensuse.org/request/show/1002335 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mozjs102?expand=0&rev=1
12 lines
318 B
Diff
12 lines
318 B
Diff
--- 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
|