gazebosim / gz-tools

Command line tools for the Gazebo libraries.
https://gazebosim.org
Apache License 2.0
14 stars 18 forks source link

Remove shebang from shell completion files #132

Closed cottsay closed 5 months ago

cottsay commented 5 months ago

🦟 Bug fix

Summary

These files are not executable while checked into the repository or after installation on the system. Additionally, executing them will do nothing because they must be "sourced" to export their functionality into the shell.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.