aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/checkIncludes.py
diff options
context:
space:
mode:
authorPanagiotis Vasilopoulos <hello@alwayslivid.com>2020-02-16 21:58:01 +0200
committerPanagiotis Vasilopoulos <hello@alwayslivid.com>2020-02-16 21:58:01 +0200
commit674a821fbbdc9ca0a3af02129d463ec1e700094f (patch)
tree656cf4fa31eac468d05472343a11df99d9689b95 /scripts/maint/checkIncludes.py
parenta6509cb86744f8f20bd522c744aecf88474a039f (diff)
downloadtor-674a821fbbdc9ca0a3af02129d463ec1e700094f.tar.gz
tor-674a821fbbdc9ca0a3af02129d463ec1e700094f.zip
Stop assuming that /usr/bin/python exists
Fixes 33192
Diffstat (limited to 'scripts/maint/checkIncludes.py')
-rwxr-xr-xscripts/maint/checkIncludes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/checkIncludes.py b/scripts/maint/checkIncludes.py
index 2ca46347f0..ae0ccb9e12 100755
--- a/scripts/maint/checkIncludes.py
+++ b/scripts/maint/checkIncludes.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright 2018 The Tor Project, Inc. See LICENSE file for licensing info.
# This file is no longer here; see practracker/includes.py for this