scripts/maint: Stop assuming that python3 is in /usr/bin

Obviously correct fix to rename_c_identifier.py.

Bugfix on 32237; not in any released version of tor.
This commit is contained in:
teor 2019-10-25 16:46:54 +10:00
parent f40eb2ead6
commit 00c3fba61c
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Copyright (c) 2001 Matej Pfajfar.
# Copyright (c) 2001-2004, Roger Dingledine.