summaryrefslogtreecommitdiff
path: root/coreconf/detect_host_arch.py
diff options
context:
space:
mode:
authorMartin Thomson <mt@lowentropy.net>2023-01-12 22:29:39 +0000
committerMartin Thomson <mt@lowentropy.net>2023-01-12 22:29:39 +0000
commit1947c1e2edd1bb7553b8434873b3ae89638c1ec7 (patch)
tree2029b743ba4d547913f271c4a3d74faf9d481966 /coreconf/detect_host_arch.py
parentead84df4a812f10f9d4a3e0417f507cdb7f0c2d2 (diff)
downloadnss-hg-1947c1e2edd1bb7553b8434873b3ae89638c1ec7.tar.gz
Bug 1766767 - Move scripts to python3, r=nss-reviewers,jschanck
Differential Revision: https://phabricator.services.mozilla.com/D166506
Diffstat (limited to 'coreconf/detect_host_arch.py')
-rw-r--r--coreconf/detect_host_arch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreconf/detect_host_arch.py b/coreconf/detect_host_arch.py
index 69fd960f6..afaeb3eb5 100644
--- a/coreconf/detect_host_arch.py
+++ b/coreconf/detect_host_arch.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,