| 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/tools/inject.py b/tools/inject.py index 2cf9909..fa2d388 100755 --- a/tools/inject.py +++ b/tools/inject.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # This script generates a BPF program with structure inspired by trace.py. The # generated program operates on PID-indexed stacks. Generally speaking,