]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
scripts/maint: Stop assuming that python3 is in /usr/bin
authorteor <teor@torproject.org>
Fri, 25 Oct 2019 06:46:54 +0000 (16:46 +1000)
committerteor <teor@torproject.org>
Fri, 25 Oct 2019 06:46:54 +0000 (16:46 +1000)
Obviously correct fix to rename_c_identifier.py.

Bugfix on 32237; not in any released version of tor.

scripts/maint/rename_c_identifier.py

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