Commit 4a89c85
committed
Remove useless shebang lines
Since these files do not have the executable bit set in their file
permissions, the shebang line (#!) does nothing.
For qtsass/cli.py, the file is not even script-like (the “main routine”
is only defined, not called, on import).
For the other three, setting the executable bit *could* be an
alternative, if people wanted to run e.g. “./run_checks_and_format.py”
instead of “python3 run_checks_and_format.py”.1 parent afcd1cf commit 4a89c85
4 files changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments