diff -durN webkitgtk-2.4.11.orig/Source/JavaScriptCore/inspector/scripts/CodeGeneratorInspector.py webkitgtk-2.4.11/Source/JavaScriptCore/inspector/scripts/CodeGeneratorInspector.py --- webkitgtk-2.4.11.orig/Source/JavaScriptCore/inspector/scripts/CodeGeneratorInspector.py 2016-04-10 06:48:36.000000000 +0000 +++ webkitgtk-2.4.11/Source/JavaScriptCore/inspector/scripts/CodeGeneratorInspector.py 2020-04-11 14:59:27.264273126 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # Copyright (c) 2011 Google Inc. All rights reserved. # Copyright (c) 2012 Intel Corporation. All rights reserved. # Copyright (c) 2013 Apple Inc. All Rights Reserved. diff -durN webkitgtk-2.4.11.orig/Source/JavaScriptCore/inspector/scripts/cssmin.py webkitgtk-2.4.11/Source/JavaScriptCore/inspector/scripts/cssmin.py --- webkitgtk-2.4.11.orig/Source/JavaScriptCore/inspector/scripts/cssmin.py 2016-04-10 06:48:36.000000000 +0000 +++ webkitgtk-2.4.11/Source/JavaScriptCore/inspector/scripts/cssmin.py 2020-04-11 14:59:27.264273126 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # Copyright (C) 2013 Apple Inc. All rights reserved. # diff -durN webkitgtk-2.4.11.orig/Source/JavaScriptCore/inspector/scripts/generate-combined-inspector-json.py webkitgtk-2.4.11/Source/JavaScriptCore/inspector/scripts/generate-combined-inspector-json.py --- webkitgtk-2.4.11.orig/Source/JavaScriptCore/inspector/scripts/generate-combined-inspector-json.py 2016-04-10 06:48:36.000000000 +0000 +++ webkitgtk-2.4.11/Source/JavaScriptCore/inspector/scripts/generate-combined-inspector-json.py 2020-04-11 14:59:27.264273126 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # Copyright (C) 2013 Apple Inc. All rights reserved. # diff -durN webkitgtk-2.4.11.orig/Source/JavaScriptCore/inspector/scripts/inline-and-minify-stylesheets-and-scripts.py webkitgtk-2.4.11/Source/JavaScriptCore/inspector/scripts/inline-and-minify-stylesheets-and-scripts.py --- webkitgtk-2.4.11.orig/Source/JavaScriptCore/inspector/scripts/inline-and-minify-stylesheets-and-scripts.py 2016-04-10 06:48:36.000000000 +0000 +++ webkitgtk-2.4.11/Source/JavaScriptCore/inspector/scripts/inline-and-minify-stylesheets-and-scripts.py 2020-04-11 14:59:27.264273126 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # # Copyright (C) 2013 Apple Inc. All rights reserved. # diff -durN webkitgtk-2.4.11.orig/Source/WebCore/html/parser/create-html-entity-table webkitgtk-2.4.11/Source/WebCore/html/parser/create-html-entity-table --- webkitgtk-2.4.11.orig/Source/WebCore/html/parser/create-html-entity-table 2015-07-22 12:37:57.000000000 +0000 +++ webkitgtk-2.4.11/Source/WebCore/html/parser/create-html-entity-table 2020-04-11 15:14:16.067133267 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # Copyright (c) 2010 Google Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without diff -durN webkitgtk-2.4.11.orig/Source/WebKit2/Scripts/generate-message-receiver.py webkitgtk-2.4.11/Source/WebKit2/Scripts/generate-message-receiver.py --- webkitgtk-2.4.11.orig/Source/WebKit2/Scripts/generate-message-receiver.py 2016-04-10 06:48:37.000000000 +0000 +++ webkitgtk-2.4.11/Source/WebKit2/Scripts/generate-message-receiver.py 2020-04-11 15:14:16.067133267 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # # Copyright (C) 2010 Apple Inc. All rights reserved. # diff -durN webkitgtk-2.4.11.orig/Source/WebKit2/Scripts/generate-messages-header.py webkitgtk-2.4.11/Source/WebKit2/Scripts/generate-messages-header.py --- webkitgtk-2.4.11.orig/Source/WebKit2/Scripts/generate-messages-header.py 2016-04-10 06:48:37.000000000 +0000 +++ webkitgtk-2.4.11/Source/WebKit2/Scripts/generate-messages-header.py 2020-04-11 15:14:16.067133267 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # # Copyright (C) 2010 Apple Inc. All rights reserved. # diff -durN webkitgtk-2.4.11.orig/Tools/gtk/check-for-webkitdom-api-breaks webkitgtk-2.4.11/Tools/gtk/check-for-webkitdom-api-breaks --- webkitgtk-2.4.11.orig/Tools/gtk/check-for-webkitdom-api-breaks 2016-04-10 06:48:38.000000000 +0000 +++ webkitgtk-2.4.11/Tools/gtk/check-for-webkitdom-api-breaks 2020-04-11 15:14:16.067133267 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # Copyright (C) 2013, 2014 Igalia S.L. # Copyright (C) 2013 Gustavo Noronha Silva # diff -durN webkitgtk-2.4.11.orig/Tools/gtk/common.py webkitgtk-2.4.11/Tools/gtk/common.py --- webkitgtk-2.4.11.orig/Tools/gtk/common.py 2016-04-10 06:48:38.000000000 +0000 +++ webkitgtk-2.4.11/Tools/gtk/common.py 2020-04-11 15:14:16.067133267 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # Copyright (C) 2011 Igalia S.L. # # This library is free software; you can redistribute it and/or diff -durN webkitgtk-2.4.11.orig/Tools/gtk/generate-feature-defines-files webkitgtk-2.4.11/Tools/gtk/generate-feature-defines-files --- webkitgtk-2.4.11.orig/Tools/gtk/generate-feature-defines-files 2016-04-10 06:48:38.000000000 +0000 +++ webkitgtk-2.4.11/Tools/gtk/generate-feature-defines-files 2020-04-11 15:14:16.067133267 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 from __future__ import with_statement import os import re diff -durN webkitgtk-2.4.11.orig/Tools/gtk/generate-gtkdoc webkitgtk-2.4.11/Tools/gtk/generate-gtkdoc --- webkitgtk-2.4.11.orig/Tools/gtk/generate-gtkdoc 2016-04-10 06:48:38.000000000 +0000 +++ webkitgtk-2.4.11/Tools/gtk/generate-gtkdoc 2020-04-11 15:14:16.068133269 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # Copyright (C) 2011 Igalia S.L. # # This library is free software; you can redistribute it and/or diff -durN webkitgtk-2.4.11.orig/Tools/gtk/generate-inspector-gresource-manifest.py webkitgtk-2.4.11/Tools/gtk/generate-inspector-gresource-manifest.py --- webkitgtk-2.4.11.orig/Tools/gtk/generate-inspector-gresource-manifest.py 2016-04-10 06:48:38.000000000 +0000 +++ webkitgtk-2.4.11/Tools/gtk/generate-inspector-gresource-manifest.py 2020-04-11 15:14:16.068133269 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # Copyright (C) 2013 Igalia S.L. # # This library is free software; you can redistribute it and/or diff -durN webkitgtk-2.4.11.orig/Tools/gtk/webkitdom.py webkitgtk-2.4.11/Tools/gtk/webkitdom.py --- webkitgtk-2.4.11.orig/Tools/gtk/webkitdom.py 2016-04-10 06:48:38.000000000 +0000 +++ webkitgtk-2.4.11/Tools/gtk/webkitdom.py 2020-04-11 15:14:16.068133269 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # Copyright (C) 2013 Igalia S.L. # # This library is free software; you can redistribute it and/or