diff options
Diffstat (limited to 'scripts/buildstats-summary')
-rwxr-xr-x | scripts/buildstats-summary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildstats-summary b/scripts/buildstats-summary index f521d78650..b10c671b29 100755 --- a/scripts/buildstats-summary +++ b/scripts/buildstats-summary | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/python3 | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Dump a summary of the specified buildstats to the terminal, filtering and | 3 | # Dump a summary of the specified buildstats to the terminal, filtering and |
4 | # sorting by walltime. | 4 | # sorting by walltime. |