mirror of https://github.com/ArduPilot/ardupilot
Tools: Remove executable permissions and add missing shebang
* Hex files should not be executable * .txt files should not be executable * The DDS test listener was supposed to be executable but was missing a shebang Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
8e3bc87546
commit
5da30295ad
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
# Copyright 2023 ArduPilot.org.
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
|
Loading…
Reference in New Issue