summaryrefslogtreecommitdiff
path: root/coreconf/check_cc.py
diff options
context:
space:
mode:
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()
+