diff options
| author | Finn Behrens <me@kloenk.de> | 2020-11-23 17:15:33 +0300 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-12-08 17:30:04 +0300 |
| commit | c25ce589dca10d64dde139ae093abc258a32869c (patch) | |
| tree | c5e640adc75424649375b50a06ba5bea58b8b010 /Documentation/trace/postprocess/decode_msr.py | |
| parent | 0477e92881850d44910a7e94fc2c46f96faa131f (diff) | |
| download | linux-c25ce589dca10d64dde139ae093abc258a32869c.tar.xz | |
tweewide: Fix most Shebang lines
Change every shebang which does not need an argument to use /usr/bin/env.
This is needed as not every distro has everything under /usr/bin,
sometimes not even bash.
Signed-off-by: Finn Behrens <me@kloenk.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation/trace/postprocess/decode_msr.py')
| -rw-r--r-- | Documentation/trace/postprocess/decode_msr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/postprocess/decode_msr.py b/Documentation/trace/postprocess/decode_msr.py index 0ab40e0db580..aa9cc7abd5c2 100644 --- a/Documentation/trace/postprocess/decode_msr.py +++ b/Documentation/trace/postprocess/decode_msr.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # add symbolic names to read_msr / write_msr in trace # decode_msr msr-index.h < trace import sys |
