[minor] mark scripts as executable

if a filename ends with `.py` and  the file begins with '#!.*python.*',
make it executable.

Change-Id: I41de516ff37343d3b0979bde9fd61813aec7365c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/254439
Commit-Queue: Hal Canary <halcanary@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
Auto-Submit: Hal Canary <halcanary@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
This commit is contained in:
Hal Canary 2019-11-13 11:34:06 -05:00 committed by Skia Commit-Bot
parent 1ec9a28a28
commit 389c8e9d2d
44 changed files with 1 additions and 1 deletions

0
gn/call.py Normal file → Executable file
View File

0
gn/checkdir.py Normal file → Executable file
View File

0
gn/codesign_ios.py Normal file → Executable file
View File

0
gn/cp.py Normal file → Executable file
View File

0
gn/create_sksl_enums.py Normal file → Executable file
View File

0
gn/find_msvc.py Normal file → Executable file
View File

0
gn/find_xcode_sysroot.py Normal file → Executable file
View File

0
gn/gen_plist_ios.py Normal file → Executable file
View File

0
gn/gn_to_bp.py Normal file → Executable file
View File

0
gn/gn_to_bp_utils.py Normal file → Executable file
View File

0
gn/gn_to_cmake.py Normal file → Executable file
View File

0
gn/highest_version_dir.py Normal file → Executable file
View File

0
gn/toolchain/num_cpus.py Normal file → Executable file
View File

0
infra/bots/android_compile/trigger_wait_ac_task.py Normal file → Executable file
View File

0
infra/bots/assets/asset_utils.py Normal file → Executable file
View File

0
infra/bots/assets/asset_utils_test.py Normal file → Executable file
View File

0
infra/bots/check_deps.py Normal file → Executable file
View File

0
infra/bots/g3_compile/trigger_wait_g3_task.py Normal file → Executable file
View File

0
infra/bots/gen_compile_isolate.py Normal file → Executable file
View File

0
infra/bots/git_utils.py Normal file → Executable file
View File

View File

0
infra/bots/test_utils.py Normal file → Executable file
View File

0
infra/bots/utils.py Normal file → Executable file
View File

0
infra/bots/zip_utils.py Normal file → Executable file
View File

0
infra/bots/zip_utils_test.py Normal file → Executable file
View File

0
platform_tools/android/skp_gen/android_skp_capture.py Normal file → Executable file
View File

0
tools/android/measure_fps.py Normal file → Executable file
View File

0
tools/android/upload_to_android.py Normal file → Executable file
View File

0
tools/calmbench/ab.py Normal file → Executable file
View File

2
tools/calmbench/calmbench.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/pyton
#!/usr/bin/python
# Copyright 2017 Google Inc.
#

0
tools/chrome_release_branch.py Normal file → Executable file
View File

0
tools/embed_resources.py Normal file → Executable file
View File

0
tools/find_run_binary.py Normal file → Executable file
View File

0
tools/fix_pythonpath.py Normal file → Executable file
View File

0
tools/fonts/generate_fir_coeff.py Normal file → Executable file
View File

0
tools/infra/git.py Normal file → Executable file
View File

0
tools/infra/go.py Normal file → Executable file
View File

0
tools/rebaseline/toggle_legacy_flag.py Normal file → Executable file
View File

0
tools/retrieve_from_googlesource.py Normal file → Executable file
View File

0
tools/rewrite_includes.py Normal file → Executable file
View File

0
tools/skottie-wasm-perf/parse_perf_csvs.py Normal file → Executable file
View File

0
tools/skp/generate_page_set.py Normal file → Executable file
View File

0
tools/skp/webpages_playback.py Normal file → Executable file
View File

0
tools/svg/svg_downloader.py Normal file → Executable file
View File