summaryrefslogtreecommitdiff
path: root/coreconf/check_cc.py
diff options
context:
space:
mode:
authorMartin Thomson <mt@lowentropy.net>2023-01-14 09:31:27 +1100
committerMartin Thomson <mt@lowentropy.net>2023-01-14 09:31:27 +1100
commita9974d3eb4d2bd0241f8c24d2d8fcc2282d69af9 (patch)
treecc98e9db3c418bb67cca6b7e6a1c5e0401050859 /coreconf/check_cc.py
parent1273a14ef826e250ba8ae75f76fd5eeceac6e64e (diff)
downloadnss-hg-a9974d3eb4d2bd0241f8c24d2d8fcc2282d69af9.tar.gz
Backed out changeset 7f64f5d3df09 for build bustage
Diffstat (limited to 'coreconf/check_cc.py')
-rw-r--r--coreconf/check_cc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/coreconf/check_cc.py b/coreconf/check_cc.py
index 25abafe8a..d0736af7d 100644
--- a/coreconf/check_cc.py
+++ b/coreconf/check_cc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
import os
import subprocess
@@ -24,3 +24,4 @@ def main():
if __name__ == '__main__':
main()
+