summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndreas Fried <andreas.fried@kit.edu>2021-09-17 16:47:13 +0200
committerAndreas Fried <andreas.fried@kit.edu>2021-09-17 16:47:13 +0200
commitf2a97e07023d550f4b89b7d19e0a50c5970516b4 (patch)
tree2bc0a04d03ad0d98352f8cbcdef840f5016ffd49
parent8ec1a761bf62be1028632e5eceda425d9fbeb039 (diff)
Update scripts to python3.HEADmaster
Debian bullseye will not ship python2 by default anymore, and at any rate there is not going to be just /usr/bin/python. So we might as well go ahead and update our scripts.
m---------libfirm0
-rwxr-xr-xsupport/check_options.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/libfirm b/libfirm
-Subproject b7f2ed734453a3185d07738016119544da27b9e
+Subproject 61f23b0e05096e08c39a60f1ee9bc515326309e
diff --git a/support/check_options.py b/support/check_options.py
index 8c2184c..f8c44d1 100755
--- a/support/check_options.py
+++ b/support/check_options.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import re
import sys
import collections