mac/linux: Use python3 for .sh scripts

Newer OS versions no longer ship with Python 2 by default.
This commit is contained in:
Marshall Greenblatt
2022-04-06 17:46:47 -04:00
parent 21cf732e7f
commit 0428438e72
7 changed files with 7 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
python tools/gclient_hook.py
python3 tools/gclient_hook.py