summaryrefslogtreecommitdiff
path: root/libc/kernel/tools/update_all.py
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-15 13:39:08 -0700
committerElliott Hughes <enh@google.com>2021-04-15 13:39:08 -0700
commit6b586e770909fdd3de14c9e60f0a766a90df6598 (patch)
treecc99faa5c112228056391bb1e57bf0e93495a1f7 /libc/kernel/tools/update_all.py
parent9cf8871dd98bf69fe46bba056fa05c3c6bf2222d (diff)
Force everything to use python3 for consistency.
Rather than "whatever people have installed as 'python' on their machine". I've removed check-symbols.py because that's been broken for years and we never even noticed, and I'm not sure it's worth fixing. Test: treehugger, manual Change-Id: Ieb996bbdf790a18d4b1fb46a409cc240ba2a2a49
Diffstat (limited to 'libc/kernel/tools/update_all.py')
-rwxr-xr-xlibc/kernel/tools/update_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/tools/update_all.py b/libc/kernel/tools/update_all.py
index cef24dd4c..d878ec630 100755
--- a/libc/kernel/tools/update_all.py
+++ b/libc/kernel/tools/update_all.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
import sys, cpp, kernel, glob, os, re, getopt, clean_header, subprocess, shutil
from defaults import *