diff options
author | Andreas Fried <andreas.fried@kit.edu> | 2021-09-17 16:47:13 +0200 |
---|---|---|
committer | Andreas Fried <andreas.fried@kit.edu> | 2021-09-17 16:47:13 +0200 |
commit | f2a97e07023d550f4b89b7d19e0a50c5970516b4 (patch) | |
tree | 2bc0a04d03ad0d98352f8cbcdef840f5016ffd49 | |
parent | 8ec1a761bf62be1028632e5eceda425d9fbeb039 (diff) |
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--------- | libfirm | 0 | ||||
-rwxr-xr-x | support/check_options.py | 2 |
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 |