mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-06 02:09:55 +03:00
Make scripts executable by python2.
Add #!/usr/bin/python2 and the executable permission bit to all scripts where missing. BUG=angleproject:2209 Change-Id: Ib33017c17e579c371b89bbfbdb7136b870027dc5 Reviewed-on: https://chromium-review.googlesource.com/862987 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
This commit is contained in:
committed by
Commit Bot
parent
57f4b73ebe
commit
dda048cdc9
0
scripts/bmp_to_nv12.py
Normal file → Executable file
0
scripts/bmp_to_nv12.py
Normal file → Executable file
0
scripts/bootstrap.py
Normal file → Executable file
0
scripts/bootstrap.py
Normal file → Executable file
0
scripts/generate_entry_points.py
Normal file → Executable file
0
scripts/generate_entry_points.py
Normal file → Executable file
0
scripts/generate_new_renderer.py
Normal file → Executable file
0
scripts/generate_new_renderer.py
Normal file → Executable file
0
scripts/generate_vulkan_layers_json.py
Normal file → Executable file
0
scripts/generate_vulkan_layers_json.py
Normal file → Executable file
4
scripts/msvs_projects.py
Normal file → Executable file
4
scripts/msvs_projects.py
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python2
|
||||||
#
|
#
|
||||||
# Copyright 2017 The ANGLE Project Authors. All rights reserved.
|
# Copyright 2017 The ANGLE Project Authors. All rights reserved.
|
||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
@@ -37,4 +37,4 @@ for potential_dir in os.listdir(out_dir):
|
|||||||
# Run the helper utility that merges the projects.
|
# Run the helper utility that merges the projects.
|
||||||
args = ['python', os.path.join('build', 'win', 'gn_meta_sln.py')]
|
args = ['python', os.path.join('build', 'win', 'gn_meta_sln.py')]
|
||||||
print('Running "' + ' '.join(args) + '"')
|
print('Running "' + ' '.join(args) + '"')
|
||||||
subprocess.call(args)
|
subprocess.call(args)
|
||||||
|
|||||||
0
scripts/perf_test_runner.py
Normal file → Executable file
0
scripts/perf_test_runner.py
Normal file → Executable file
0
scripts/remove_file_if_exists.py
Normal file → Executable file
0
scripts/remove_file_if_exists.py
Normal file → Executable file
4
scripts/run_code_generation.py
Normal file → Executable file
4
scripts/run_code_generation.py
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python2
|
||||||
#
|
#
|
||||||
# Copyright 2017 The ANGLE Project Authors. All rights reserved.
|
# Copyright 2017 The ANGLE Project Authors. All rights reserved.
|
||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
@@ -178,4 +178,4 @@ if any_dirty:
|
|||||||
args += ['git']
|
args += ['git']
|
||||||
args += ['cl', 'format']
|
args += ['cl', 'format']
|
||||||
print('Calling git cl format')
|
print('Calling git cl format')
|
||||||
subprocess.call(args)
|
subprocess.call(args)
|
||||||
|
|||||||
0
scripts/update_canary_angle.py
Normal file → Executable file
0
scripts/update_canary_angle.py
Normal file → Executable file
Reference in New Issue
Block a user