diff options
| author | Mark Johnston <markjdb@gmail.com> | 2020-02-23 18:55:55 -0500 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-02-24 10:18:37 +0100 |
| commit | 502ca6cde7a3897b576b65117bf798f53e63b8d7 (patch) | |
| tree | bf3f92520e50c634609d483a15f9b6b43c0014f4 /tools/check_links.py | |
| parent | d801cb0223da621d7abb7af8b96a848d8976cc9f (diff) | |
tools: avoid hard-coding the path to interpreters
On BSD they are usually installed under /usr/local/.
Diffstat (limited to 'tools/check_links.py')
| -rwxr-xr-x | tools/check_links.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check_links.py b/tools/check_links.py index cf6530b49..1e8fe9f9e 100755 --- a/tools/check_links.py +++ b/tools/check_links.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python from __future__ import print_function import os |
