commit | cc01a9cd6ab1a2aea2d21a71502882af1add4346 | [log] [tgz] |
---|---|---|
author | Alexey Ivanov <rbtz@dropbox.com> | Wed Jan 16 09:50:46 2019 -0800 |
committer | Alexey Ivanov <rbtz@dropbox.com> | Wed Jan 16 09:52:40 2019 -0800 |
tree | 959bf1580dcf687ecbd3f0ed40e06bf36d591ed2 | |
parent | aaca976c580a9b904317efcc5584fc6040e046ff [diff] [blame] |
tools/examples: hardcode #!/usr/bin/python shebang
diff --git a/examples/tracing/tcpv4connect.py b/examples/tracing/tcpv4connect.py index 5b03717..8a89469 100755 --- a/examples/tracing/tcpv4connect.py +++ b/examples/tracing/tcpv4connect.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # tcpv4connect Trace TCP IPv4 connect()s. # For Linux, uses BCC, eBPF. Embedded C.